mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
19 lines
351 B
Makefile
19 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>
|