openbsd-ports/net/nemesis/Makefile
2013-03-11 11:35:43 +00:00

24 lines
549 B
Makefile

# $OpenBSD: Makefile,v 1.33 2013/03/11 11:35:49 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
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>