opnsense-ports/security/fragrouter/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
351 B
Makefile

# Created by: kris@FreeBSD.org
# $FreeBSD$
PORTNAME= fragrouter
PORTVERSION= 1.6
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/ \
LOCAL/ohauer
MAINTAINER= ohauer@FreeBSD.org
COMMENT= Tool for testing network IDS implementations
GNU_CONFIGURE= yes
PLIST_FILES= sbin/fragrouter \
man/man8/fragrouter.8.gz
.include <bsd.port.mk>