18 lines
339 B
Makefile
18 lines
339 B
Makefile
# Created by: kris@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fragrouter
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://monkey.org/~dugsong/
|
|
|
|
MAINTAINER= ohauer@FreeBSD.org
|
|
COMMENT= Tool for testing network IDS implementations
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN8= fragrouter.8
|
|
PLIST_FILES= sbin/fragrouter
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|