2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Dominic Marks <dominic.marks@btinternet.com>
|
2002-05-27 03:53:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fragroute
|
|
|
|
PORTVERSION= 1.2
|
2014-07-24 15:32:58 +02:00
|
|
|
PORTREVISION= 12
|
2002-05-27 03:53:33 +02:00
|
|
|
CATEGORIES= security net
|
2003-08-16 18:02:39 +02:00
|
|
|
MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \
|
|
|
|
${MASTER_SITE_PACKETSTORM}
|
|
|
|
MASTER_SITE_SUBDIR= UNIX/security
|
2002-05-27 03:53:33 +02:00
|
|
|
|
2011-11-14 18:16:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-08-03 17:54:35 +02:00
|
|
|
COMMENT= Tool for intercepting, modifying, and rewriting egress traffic
|
2002-05-27 03:53:33 +02:00
|
|
|
|
2014-06-01 14:38:08 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libdnet.so:${PORTSDIR}/net/libdnet \
|
2014-07-24 15:32:58 +02:00
|
|
|
libevent.so:${PORTSDIR}/devel/libevent2
|
2002-05-27 03:53:33 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2006-07-04 17:44:53 +02:00
|
|
|
CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \
|
|
|
|
--with-libevent=${LOCALBASE} --with-pcap
|
2002-05-27 03:53:33 +02:00
|
|
|
|
|
|
|
SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \
|
|
|
|
frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 tcp-5 \
|
|
|
|
tcp-7 tcp-9
|
|
|
|
|
|
|
|
pre-install:
|
2014-06-01 14:38:08 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
2002-05-27 03:53:33 +02:00
|
|
|
.for FILE in ${SCRIPTS}
|
2014-06-01 14:38:08 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${STAGEDIR}${DATADIR}
|
2002-05-27 03:53:33 +02:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|