freebsd-ports/security/fragrouter/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

23 lines
501 B
Makefile

# New ports collection makefile for: fragrouter
# Date created: 7 Jan 2000
# Whom: kris@FreeBSD.ORG
#
# $FreeBSD$
#
PORTNAME= fragrouter
PORTVERSION= 1.6
CATEGORIES= security
# mastersite disappeared in October 2002
MASTER_SITES= # http://www.anzen.com/research/nidsbench/
MASTER_SITE_SUBDIR=kris
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for testing network IDS implementations
GNU_CONFIGURE= yes
MAN8= fragrouter.8
PLIST_FILES= sbin/fragrouter
.include <bsd.port.mk>