summaryrefslogtreecommitdiff
path: root/net/packit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/packit/Makefile')
-rw-r--r--net/packit/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/packit/Makefile b/net/packit/Makefile
new file mode 100644
index 00000000000..3cb956e31e1
--- /dev/null
+++ b/net/packit/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/20 22:46:37 adrianp Exp $
+
+DISTNAME= packit-1.0
+CATEGORIES= net
+MASTER_SITES= http://packit.sourceforge.net/downloads/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://packit.sourceforge.net/
+COMMENT= Network auditing tool with the ability to manipulate IP traffic
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_BUILTIN.libpcap= YES
+
+CONFIGURE_ARGS+= --with-libpcap-includes=${BUILDLINK_PREFIX.libpcap}/include
+CONFIGURE_ARGS+= --with-libpcap-libraries=${BUILDLINK_PREFIX.libpcap}/lib
+
+.include "../../devel/libnet11/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"