mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
17 lines
338 B
Makefile
17 lines
338 B
Makefile
# Created by: kris@FreeBSD.org
|
|
|
|
PORTNAME= fragrouter
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://monkey.org/~dugsong/ \
|
|
LOCAL/ohauer
|
|
|
|
MAINTAINER= ports@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>
|