28 lines
644 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2004/02/01 16:23:36 jose Exp $
COMMENT= "tool for testing network IDS implementations"
1999-05-14 15:27:59 +00:00
1999-09-28 13:48:59 +00:00
DISTNAME= fragrouter-1.6
1999-05-14 15:27:59 +00:00
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/
1999-05-14 15:27:59 +00:00
MAINTAINER= Jose Nazario <jose@crimelabs.net>
# License: BSD
2000-04-30 10:07:43 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 06:29:49 +00:00
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/libpcap-0.4 ${WRKSRC}/Libnet-0.99b
2000-04-30 10:07:43 +00:00
2002-10-28 17:35:01 +00:00
NO_REGRESS= Yes
2000-04-30 10:07:43 +00:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fragrouter ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/fragrouter.8 ${PREFIX}/man/man8
1999-05-14 15:27:59 +00:00
.include <bsd.port.mk>