1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/security/fragrouter/Makefile
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>