summaryrefslogtreecommitdiff
path: root/net/wireshark/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-18 21:53:24 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-18 21:53:24 +0000
commit1ceb2a08d2057ecaf74c38d49520a02fb1204250 (patch)
treee144b1e0c86801d3ee78c39c98807a10fb6b3e9d /net/wireshark/Makefile
parentUpgrade to 20-2.5, and merge all info page to a BIG file. (diff)
a network sniffer a la NetXray. With a little work and development this could
rival NetXray (which is approx $4,000). PR: ports/7581 Submitted by: Bill Fumerola <billf@chc-chimes.com>
Notes
Notes: svn path=/head/; revision=13215
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r--net/wireshark/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
new file mode 100644
index 000000000000..9281e793a95f
--- /dev/null
+++ b/net/wireshark/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: ethereal
+# Version required: 0.3.16
+# Date created: 10 August 1998
+# Whom: Bill Fumerola <billf@chc-chimes.com>
+#
+# $Id: $
+#
+
+DISTNAME= ethereal-0.3.16
+CATEGORIES= net
+MASTER_SITES= http://ethereal.zing.org/distribution/ \
+ http://ethereal.boehm.org/distribution/
+
+MAINTAINER= billf@chc-chimes.com
+
+LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+MAN1= ethereal.1
+
+.include <bsd.port.mk>