Index: head/security/fragroute/Makefile =================================================================== --- head/security/fragroute/Makefile (revision 449479) +++ head/security/fragroute/Makefile (revision 449480) @@ -1,33 +1,34 @@ # Created by: Dominic Marks # $FreeBSD$ PORTNAME= fragroute PORTVERSION= 1.2 PORTREVISION= 14 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ PACKETSTORM/UNIX/security MAINTAINER= ports@FreeBSD.org COMMENT= Tool for intercepting, modifying, and rewriting egress traffic LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdnet.so:net/libdnet \ libevent.so:devel/libevent GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libdnet=${LOCALBASE} \ - --with-libevent=${LOCALBASE} --with-pcap +CONFIGURE_ARGS= --with-libdnet=${LOCALBASE} \ + --with-libevent=${LOCALBASE} --with-pcap 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 + frag-6 frag-7-unix frag-7-win32 ins-2 ins-3 tcbc-2 tcp-3 \ + tcp-5 tcp-7 tcp-9 pre-install: - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} .for FILE in ${SCRIPTS} ${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${STAGEDIR}${DATADIR} .endfor .include Index: head/security/fragroute/pkg-descr =================================================================== --- head/security/fragroute/pkg-descr (revision 449479) +++ head/security/fragroute/pkg-descr (revision 449480) @@ -1,15 +1,15 @@ "Fragroute intercepts, modifies, and rewrites egress traffic destined for a specified host, implementing most of the attacks described in the Secure Networks "Insertion, Evasion, and Denial of Service: Eluding Network Intrusion Detection" paper of January 1998. It features a simple ruleset language to delay, duplicate, drop, fragment, overlap, print, reorder, segment, source-route, or otherwise monkey with all outbound packets destined for a target host, with minimal support for randomized or probabilistic behaviour. This tool was written in good faith to aid in the testing of network intrusion detection systems, firewalls, and basic TCP/IP stack behaviour. Please do not abuse this software." -WWW: http://www.monkey.org/~dugsong/fragroute/ +WWW: https://www.monkey.org/~dugsong/fragroute/