d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
26 lines
630 B
Makefile
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>
|