2007-09-15 19:29:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2007/09/15 23:29:58 merdely Exp $
|
2001-05-05 23:45:31 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= tool for testing network IDS implementations
|
1999-05-14 11:27:59 -04:00
|
|
|
|
1999-09-28 09:48:59 -04:00
|
|
|
DISTNAME= fragrouter-1.6
|
1999-05-14 11:27:59 -04:00
|
|
|
CATEGORIES= security
|
|
|
|
|
2002-09-06 00:27:43 -04:00
|
|
|
MASTER_SITES= http://monkey.org/~dugsong/
|
1999-05-14 11:27:59 -04:00
|
|
|
|
2004-05-07 11:28:31 -04:00
|
|
|
# BSD
|
2000-04-30 06:07:43 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-27 08:28:33 -05:00
|
|
|
WANTLIB= c pcap
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2004-08-04 10:51:31 -04:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/libpcap-0.4 ${WRKSRC}/Libnet-0.99b
|
2000-04-30 06:07:43 -04:00
|
|
|
|
2002-10-28 12:35:01 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2000-04-30 06:07:43 -04:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fragrouter ${PREFIX}/sbin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/fragrouter.8 ${PREFIX}/man/man8
|
1999-05-14 11:27:59 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|