openbsd-ports/net/nemesis/Makefile

27 lines
543 B
Makefile
Raw Normal View History

2002-10-27 20:38:44 -05:00
# $OpenBSD: Makefile,v 1.16 2002/10/28 01:38:45 naddy Exp $
COMMENT= "Command line arbitrary packet builder"
2000-03-26 16:06:33 -05:00
DISTNAME= nemesis-1.32
2000-06-24 20:50:38 -04:00
CATEGORIES= net security
MASTER_SITES= http://jeff.wwti.com/nemesis/ \
2000-08-25 18:53:40 -04:00
http://www.packetfactory.net/Projects/nemesis/
2000-03-26 16:06:33 -05:00
HOMEPAGE= http://jeff.wwti.com/nemesis/
2000-03-26 16:06:33 -05:00
2001-02-25 22:28:02 -05:00
LIB_DEPENDS= net::net/libnet
2000-03-26 16:06:33 -05:00
2001-12-24 02:51:05 -05:00
MAINTAINER= Mark Grimes <mark@openbsd.org>
2000-06-24 20:50:38 -04: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
2000-06-24 20:50:38 -04:00
CONFIGURE_STYLE= gnu
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
2000-03-26 16:06:33 -05:00
.include <bsd.port.mk>