summaryrefslogtreecommitdiff
path: root/net/tcpdump/Makefile
diff options
context:
space:
mode:
authortron <tron>2001-01-13 23:29:28 +0000
committertron <tron>2001-01-13 23:29:28 +0000
commitf4bf699896302831a9699e0ae5b9d13eef253b24 (patch)
tree43e8a64d4bae435668be1146fcd89afa7a1f3211 /net/tcpdump/Makefile
parentaab5af20e2353047d38e1ff9f8f4f9b815b0cfa0 (diff)
downloadpkgsrc-f4bf699896302831a9699e0ae5b9d13eef253b24.tar.gz
Import of new Solaris only "tcpdump" package:
network monitoring tool
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"