# New ports collection makefile for: ethereal # Date created: 10 August 1998 # Whom: Bill Fumerola # # $FreeBSD$ # PORTNAME= ethereal PORTVERSION= 0.9.12 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/%SUBDIR%/ \ ftp://ftp.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/%SUBDIR%/ \ http://www.mirrors.wiretapped.net/pub/security/packet-capture/ethereal/%SUBDIR%/ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= billf@FreeBSD.org COMMENT= An X11/GTK network analyzer/capture tool .if !defined(WITHOUT_SNMP) LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp .endif CONFIGURE_ARGS= --program-transform-name="" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .if !defined(WITHOUT_X11) USE_X_PREFIX= yes USE_GNOME= gtk12 MAN1+= ethereal.1 PLIST_SUB+= ETHEREAL=bin/ethereal .else PLIST_SUB+= ETHEREAL="@comment ethereal not built" USE_GNOME= glib12 CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtktest .endif USE_LIBTOOL= yes LIBTOOLFILES= configure epan/configure wiretap/configure PLIST_SUB+= PORTVERSION=${PORTVERSION} .if !defined(WITHOUT_SNMP) CONFIGURE_ARGS+= --enable-snmp=yes \ --with-net-snmp=${LOCALBASE}/lib \ --without-ucdsnmp .if exists(/usr/include/openssl/crypto.h) CONFIGURE_ARGS+= --with-ssl=/usr .endif .else CONFIGURE_ARGS+= --enable-snmp=no --without-ucdsnmp --without-net-snmp .endif MAN1+= editcap.1 idl2eth.1 mergecap.1 tethereal.1 text2pcap.1 pre-install: .for i in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1 .endfor .include /devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Switch from a sh call to a 100% make(1) syntax to please bmake(1)bapt2013-05-021-6/+4
* Update to brand-new LTS (Long Terms Support) release.lev2012-04-082-19/+11
* Bump PORTREVISION for previous update.lev2011-09-251-1/+1
* Update to latest "upstream" (Long Time Support) patches for all MSP430lev2011-09-222-3/+7
* Add latest patches to msp430-binutils and msp430mcu.lev2011-08-053-9/+16
* (1) Make binutils/gcc ready for further official bugfix patcheslev2011-07-283-23/+19
* Fix msp430-ld, broken by env variable ARCH.lev2011-07-271-0/+4
* Update msp430 toolchain to new version:lev2011-07-275-299/+67
* -remove MD5ohauer2011-07-031-1/+0
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+2
* Conversion to a single libtool environment.ade2006-02-231-3/+1
* SHA256ifyedwin2006-01-221-0/+1
* Chase updated URLs per distfile survey.linimon2005-11-261-2/+2
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Update to version 2.16.1lev2005-09-199-324/+101
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2
* BROKEN: Incomplete pkg-plistkris2005-03-271-0/+2
* Remove bad patch. It should be deleted in previous commit.lev2004-08-141-15/+0
* Update yto latest version 2.15lev2004-08-0328-1289/+200
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Fix situation with info files.lev2004-04-062-40/+11
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Two new deviceslev2004-03-039-47/+116
* New devices added, old ones fixed...lev2004-02-2412-97/+164
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* Don't install `${PREFIX}/lib/libiberty.a'lev2003-10-153-15/+31
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
* (*) Add new devices.lev2003-08-1219-9/+1237
* Add workaround for hardware bug of some MSP430 units.lev2003-08-012-0/+38
* Update to latest version.lev2003-06-253-22/+58
* Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-newlev2003-06-171-1/+1
* [MAINTAINER UPDATE] Update port `devel/msp430-binutils' to new,edwin2003-02-244-2/+24
* De-pkg-comment.knu2003-02-212-1/+1
* upgrade to patchversion 20021028sada2002-11-113-10/+42