diff options
author | tron <tron@pkgsrc.org> | 2001-01-13 23:29:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-13 23:29:28 +0000 |
commit | 680f0b7096689dbfab2ce35e37e97bfef33c7c43 (patch) | |
tree | 43e8a64d4bae435668be1146fcd89afa7a1f3211 /net/tcpdump/Makefile | |
parent | 0023e0714161b2db03463e72099e8c0fd9f4e590 (diff) | |
download | pkgsrc-680f0b7096689dbfab2ce35e37e97bfef33c7c43.tar.gz |
Import of new Solaris only "tcpdump" package:
network monitoring tool
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r-- | net/tcpdump/Makefile | 17 |
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" |