Files
Nuno Teixeira 357ea579b6 security/fragrouter: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-21 17:10:17 +00:00

20 lines
408 B
Makefile

PORTNAME= fragrouter
PORTVERSION= 1.6
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/ \
LOCAL/fuz \
LOCAL/ohauer
MAINTAINER= fuz@FreeBSD.org
COMMENT= Tool for testing network IDS implementations
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CFLAGS+= -Wno-pointer-sign
PLIST_FILES= sbin/fragrouter \
share/man/man8/fragrouter.8.gz
.include <bsd.port.mk>