ports/security/fragrouter/Makefile

24 lines
452 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= tool for testing network IDS implementations
DISTNAME= fragrouter-1.6
REVISION= 3
CATEGORIES= security
2023-09-28 02:05:49 +00:00
SITES= http://monkey.org/~dugsong/
2023-08-16 22:26:55 +00:00
# BSD
PERMIT_PACKAGE= Yes
WANTLIB= c pcap
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/libpcap-0.4 ${WRKSRC}/Libnet-0.99b
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fragrouter ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/fragrouter.8 ${PREFIX}/man/man8
.include <bsd.port.mk>