diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-08-21 08:55:51 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-08-21 08:55:51 +0000 |
commit | b04cc70616ad20db84282b1789650695c0d93a6e (patch) | |
tree | 2aaa4eaef0112546eb99c18e9f67bd98d2089822 /security/fragroute | |
parent | 9fb60e1bb6fbf05044f461a56e69b16edcdb80d4 (diff) | |
download | ports-b04cc70616ad20db84282b1789650695c0d93a6e.tar.gz ports-b04cc70616ad20db84282b1789650695c0d93a6e.zip |
Notes
Diffstat (limited to 'security/fragroute')
-rw-r--r-- | security/fragroute/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index 5900e9cdad24..3bf4382b3672 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -7,20 +7,19 @@ PORTNAME= fragroute PORTVERSION= 1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ ${MASTER_SITE_PACKETSTORM} MASTER_SITE_SUBDIR= UNIX/security -MAINTAINER= onatan@gmail.com +MAINTAINER= niels@FreeBSD.org COMMENT= A tool for intercepting, modifying and rewriting egress traffic LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet \ event-1.4:${PORTSDIR}/devel/libevent -BROKEN= does not build - +LICENSE= BSD GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ --with-libevent=${LOCALBASE} --with-pcap |