From 7231b8fbbc1631b989fb4bae5ded0ed17809fa52 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 25 Jul 2001 07:32:52 +0000 Subject: update to 0.8.19, add SNMP hooks PR: ports/27503 Submitted by: Scott Renfro --- net/ethereal/Makefile | 15 ++++++++++++++- net/ethereal/distinfo | 2 +- net/ethereal/pkg-plist | 2 ++ 3 files changed, 17 insertions(+), 2 deletions(-) (limited to 'net/ethereal') diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 77c624ab1932..63df9220f70e 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 000680ed6390..fc66037b8cfb 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 7398ab2ed178..79caf46429b8 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 -- cgit v1.2.3