aboutsummaryrefslogtreecommitdiff
path: root/security/fragrouter/Makefile
blob: 645a092f4546e74ffafe30a1ee1671c93043297f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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>