mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
24 lines
502 B
Makefile
24 lines
502 B
Makefile
COMMENT= send ICMP nasty garbage
|
|
|
|
DISTNAME= SING-1.1
|
|
PKGNAME= ${DISTNAME:L}
|
|
REVISION= 7
|
|
CATEGORIES= net security
|
|
SITES= ${SITE_SOURCEFORGE:=sing/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= https://sourceforge.net/projects/sing/
|
|
|
|
LIB_DEPENDS= net/libnet/1.0
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c pcap lib/libnet-1.0/net=0
|
|
|
|
SEPARATE_BUILD= Yes
|
|
AUTOCONF_VERSION=2.13
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ENV= INCLUDES="-L${LOCALBASE}/include/libnet-1.0" \
|
|
LDFLAGS="-L${LOCALBASE}/lib/libnet-1.0"
|
|
|
|
.include <bsd.port.mk>
|