2001-09-28 06:02:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2001/09/28 06:02:14 pvalchev Exp $
|
2001-05-06 03:45:31 +00:00
|
|
|
|
|
|
|
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
|
2001-05-06 03:45:31 +00:00
|
|
|
NEED_VERSION= 1.402
|
1999-05-14 15:27:59 +00:00
|
|
|
|
2001-08-07 22:07:38 +00:00
|
|
|
MASTER_SITES= http://www.monkey.org/~dugsong/
|
1999-05-14 15:27:59 +00:00
|
|
|
|
2000-10-22 14:02:46 +00:00
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
1999-05-14 15:27:59 +00:00
|
|
|
|
2001-06-20 01:43:11 +00:00
|
|
|
# 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
|
|
|
|
2000-10-22 15:41:23 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-09-28 06:02:12 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/libpcap-0.4 ${WRKSRC}/Libnet-0.99b
|
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>
|