summaryrefslogtreecommitdiff
path: root/net/firewalk/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-11 15:11:48 +0000
committeragc <agc@pkgsrc.org>2001-10-11 15:11:48 +0000
commitc80b0b3d5782f9207b5b81e84619891826c80743 (patch)
treeece4d88f3da77435cf4477e6f91ba57bb63eba45 /net/firewalk/Makefile
parent326199231b997b4014fcda089b430be415f31620 (diff)
downloadpkgsrc-c80b0b3d5782f9207b5b81e84619891826c80743.tar.gz
Initial import of firewalk-1.0 into the NetBSD Packages Collection.
Firewalking is a technique developed by Mike D. Schiffman and David E. Goldsmith that employs traceroute-like techniques to analyze IP packet responses to determine gateway ACL filters and map networks. Firewalk the tool employs the technique to determine the filter rules in place on a packet forwarding device. This package was provided in PR 14020 by xs@nitric.net. I split it into two separate packages, firewalk-gtk and firewalk, and modified it to use buildlink functionality.
Diffstat (limited to 'net/firewalk/Makefile')
-rw-r--r--net/firewalk/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/firewalk/Makefile b/net/firewalk/Makefile
new file mode 100644
index 00000000000..bd68c5c6617
--- /dev/null
+++ b/net/firewalk/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/11 15:11:48 agc Exp $
+
+DISTNAME= firewalk-1.0
+CATEGORIES= net security
+MASTER_SITES= http://www.packetfactory.net/Projects/firewalk/
+
+MAINTAINER= xs@nitric.net
+HOMEPAGE= http://www.packetfactory.net/Projects/firewalk/
+COMMENT= Firewalk determines the filter rules on a packet forwarding device
+
+WRKSRC= ${WRKDIR}/${DISTNAME:C/f/F/}
+
+GNU_CONFIGURE= #defined
+CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include
+CONFIGURE_ARGS+= --with-gtk=no
+
+MAKE_ENV+= LIBS="-L${LOCALBASE}/lib" FIREWALK_LOC=${LOCALBASE}
+
+.include "../../devel/libnet/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"