pkgsrc-wip/fragroute/Makefile
pancake ;) 9bae39ac83 Initial import of fragroute.
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.

==


@comment $NetBSD$
bin/dega
etc/fragroute.conf
man/man8/fragroute.8
man/man8/fragtest.8
sbin/fragroute
sbin/fragtest
2003-08-24 23:56:49 +00:00

20 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/08/24 23:56:49 poppnk Exp $
#
DISTNAME= fragroute-1.2
CATEGORIES= security
MASTER_SITES= http://www.monkey.org/~dugsong/fragroute/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.monkey.org/~dugsong/fragroute/
COMMENT= Intercept, modify and rewrite traffic
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
.include "../../devel/libevent/buildlink2.mk"
.include "../../net/libpcap/buildlink2.mk"
.include "../../net/libdnet/buildlink2.mk"
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.pkg.mk"