diff options
author | billf <billf@FreeBSD.org> | 2001-07-25 15:32:52 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2001-07-25 15:32:52 +0800 |
commit | b117ceb1c56076542d6f48cee70a68af6e216835 (patch) | |
tree | 27d37584e0a960d724cfb2b3507bd0639965b79a /net/ethereal | |
parent | ad7b3a3219523ff8a11effdf784db136a7c522d3 (diff) | |
download | freebsd-ports-graphics-b117ceb1c56076542d6f48cee70a68af6e216835.tar.gz freebsd-ports-graphics-b117ceb1c56076542d6f48cee70a68af6e216835.tar.zst freebsd-ports-graphics-b117ceb1c56076542d6f48cee70a68af6e216835.zip |
update to 0.8.19, add SNMP hooks
PR: ports/27503
Submitted by: Scott Renfro <scott@renfro.org>
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 15 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/ethereal/pkg-plist | 2 |
3 files changed, 17 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 77c624ab193..63df9220f70 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.16 +PORTVERSION= 0.8.19 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ @@ -15,13 +15,26 @@ MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ MAINTAINER= billf@FreeBSD.org +.if defined(WITH_SNMP) +LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp +.endif + USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes LIBTOOLFILES= configure epan/configure wiretap/configure +.if defined(WITH_SNMP) +CONFIGURE_ARGS+= --enable-snmp=yes +.if exists(/usr/include/openssl/crypto.h) +CONFIGURE_ARGS+= --with-ssl=/usr +.endif +.else CONFIGURE_ARGS+= --enable-snmp=no +.endif PLIST_SUB= PORTVERSION=${PORTVERSION} +USE_GMAKE= yes + MAN1= ethereal.1 tethereal.1 editcap.1 pre-install: diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index 000680ed639..fc66037b8cf 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.16.tar.gz) = b5779e57d0cb325e98ccad56be91b1db +MD5 (ethereal-0.8.19.tar.gz) = dd9041866f61b7d172c43dce0187181c diff --git a/net/ethereal/pkg-plist b/net/ethereal/pkg-plist index 7398ab2ed17..79caf46429b 100644 --- a/net/ethereal/pkg-plist +++ b/net/ethereal/pkg-plist @@ -1,6 +1,8 @@ bin/editcap bin/ethereal +bin/mergecap bin/tethereal +bin/text2pcap etc/manuf lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so |