29 lines
622 B
Makefile
Raw Normal View History

2011-11-16 00:20:08 +00:00
# $OpenBSD: Makefile,v 1.28 2011/11/16 00:21:16 sthen 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
2011-11-16 00:20:08 +00:00
REVISION = 1
1999-05-14 15:27:59 +00:00
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/
1999-05-14 15:27:59 +00:00
# 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
2004-12-27 13:28:33 +00:00
WANTLIB= c pcap
2000-02-12 06:29:49 +00:00
CONFIGURE_STYLE= gnu
2004-08-04 14:51:31 +00:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/libpcap-0.4 ${WRKSRC}/Libnet-0.99b
2000-04-30 10:07:43 +00:00
2010-10-18 21:41:44 +00:00
USE_GROFF = Yes
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>