diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-09-19 05:53:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-09-19 05:53:24 +0800 |
commit | 40430dfd015adc2c80000dfbca5e7e681654a949 (patch) | |
tree | 4976eaf7347c05fb97626c30c027df3965d9125e /net/wireshark/Makefile | |
parent | 9f9a666854d331f4e2e266f8d11e999d321b4802 (diff) | |
download | freebsd-ports-gnome-40430dfd015adc2c80000dfbca5e7e681654a949.tar.gz freebsd-ports-gnome-40430dfd015adc2c80000dfbca5e7e681654a949.tar.zst freebsd-ports-gnome-40430dfd015adc2c80000dfbca5e7e681654a949.zip |
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>
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 23 |
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> |