mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
357ea579b6
Approved by: portmgr (blanket)
20 lines
408 B
Makefile
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>
|