openbsd-ports/net/nemesis/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

26 lines
630 B
Makefile

# $OpenBSD: Makefile,v 1.27 2010/07/12 22:07:39 sthen Exp $
COMMENT= command line arbitrary packet builder
DISTNAME= nemesis-1.4
REVISION= 1
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nemesis/}
HOMEPAGE= http://nemesis.sourceforge.net/
LIB_DEPENDS= lib/libnet-1.0/net.=0:libnet->=1.0,<1.1:net/libnet/1.0
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+= --with-libnet_includes=${LOCALBASE}/include/libnet-1.0 \
--with-libnet_libraries=${LOCALBASE}/lib/libnet-1.0
.include <bsd.port.mk>