openbsd-ports/net/nemesis/Makefile

23 lines
454 B
Makefile
Raw Normal View History

2005-03-26 20:10:36 -05:00
# $OpenBSD: Makefile,v 1.23 2005/03/27 01:10:36 naddy Exp $
COMMENT= "command line arbitrary packet builder"
2000-03-26 16:06:33 -05:00
2005-03-26 20:10:36 -05:00
DISTNAME= nemesis-1.4
2000-06-24 20:50:38 -04:00
CATEGORIES= net security
2005-03-26 20:10:36 -05:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nemesis/}
2000-03-26 16:06:33 -05:00
2005-03-26 20:10:36 -05:00
HOMEPAGE= http://nemesis.sourceforge.net/
2000-03-26 16:06:33 -05:00
2005-03-26 20:10:36 -05:00
LIB_DEPENDS= net.0::net/libnet
2000-03-26 16:06:33 -05:00
# BSD
2000-03-26 16:06:33 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c m
2000-03-26 16:06:33 -05:00
CONFIGURE_STYLE=gnu
2002-10-27 20:38:44 -05:00
2000-03-26 16:06:33 -05:00
.include <bsd.port.mk>