summaryrefslogtreecommitdiff
path: root/net/tcpdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r--net/tcpdump/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
new file mode 100644
index 00000000000..4e7ad47108d
--- /dev/null
+++ b/net/tcpdump/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/13 23:29:28 tron Exp $
+
+DISTNAME= tcpdump-3.6.1
+CATEGORIES= net
+MASTER_SITES= http://www.tcpdump.org/release/
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.tcpdump.org/
+
+DEPENDS+= libpcap>=0.6.1:../libpcap
+
+ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system
+
+GNU_CONFIGURE= YES
+USE_SSL= YES
+
+.include "../../mk/bsd.pkg.mk"