81ce1e45a9
This ensures that the ports remain usable even if my website goes down eventually. Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38522
18 lines
361 B
Makefile
18 lines
361 B
Makefile
PORTNAME= fragrouter
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 1
|
|
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
|
|
CFLAGS+= -Wno-pointer-sign
|
|
|
|
PLIST_FILES= sbin/fragrouter \
|
|
man/man8/fragrouter.8.gz
|
|
|
|
.include <bsd.port.mk>
|