27 lines
627 B
Makefile
27 lines
627 B
Makefile
# $OpenBSD: Makefile,v 1.32 2010/11/26 14:56:15 espie 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= net/libnet/1.0
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m lib/libnet-1.0/net=0
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS+= --with-libnet_includes=${LOCALBASE}/include/libnet-1.0 \
|
|
--with-libnet_libraries=${LOCALBASE}/lib/libnet-1.0
|
|
USE_GROFF = Yes
|
|
.include <bsd.port.mk>
|