From 680f0b7096689dbfab2ce35e37e97bfef33c7c43 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 13 Jan 2001 23:29:28 +0000 Subject: Import of new Solaris only "tcpdump" package: network monitoring tool --- net/tcpdump/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 net/tcpdump/Makefile (limited to 'net/tcpdump/Makefile') 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" -- cgit v1.2.3