diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2001-07-25 07:32:52 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2001-07-25 07:32:52 +0000 |
commit | 7231b8fbbc1631b989fb4bae5ded0ed17809fa52 (patch) | |
tree | a10a3f312c9f26675f31edde5ce940d4ec9e543a /net/wireshark | |
parent | upgrade to 0.3.0 (diff) |
update to 0.8.19, add SNMP hooks
PR: ports/27503
Submitted by: Scott Renfro <scott@renfro.org>
Notes
Notes:
svn path=/head/; revision=45462
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 15 | ||||
-rw-r--r-- | net/wireshark/distinfo | 2 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 2 |
3 files changed, 17 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 77c624ab1932..63df9220f70e 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/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/wireshark/distinfo b/net/wireshark/distinfo index 000680ed6390..fc66037b8cfb 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.16.tar.gz) = b5779e57d0cb325e98ccad56be91b1db +MD5 (ethereal-0.8.19.tar.gz) = dd9041866f61b7d172c43dce0187181c diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 7398ab2ed178..79caf46429b8 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/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 |