1998-09-18 21:53:24 +00:00
|
|
|
# New ports collection makefile for: ethereal
|
|
|
|
# Date created: 10 August 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-09-18 21:53:24 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= ethereal
|
2000-11-20 01:31:09 +00:00
|
|
|
PORTVERSION= 0.8.12
|
2000-01-18 12:54:55 +00:00
|
|
|
CATEGORIES= net ipv6
|
1999-07-15 12:13:44 +00:00
|
|
|
MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \
|
|
|
|
http://www.linuxberg.com/files/x11/network/ \
|
|
|
|
http://jefnet.linuxberg.com/files/x11/network/ \
|
|
|
|
http://ethereal.zing.org/distribution/ \
|
1998-09-18 21:53:24 +00:00
|
|
|
http://ethereal.boehm.org/distribution/
|
2000-01-18 12:54:55 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= billf@FreeBSD.org
|
2000-11-20 01:31:09 +00:00
|
|
|
FORBIDDEN= "Remotely exploitable buffer overflow; identical to Security Advisory 00:61"
|
1998-09-18 21:53:24 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 06:42:57 +00:00
|
|
|
USE_GTK= yes
|
1998-10-20 18:10:47 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-04-15 07:19:48 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-snmp=no
|
2000-07-19 01:24:10 +00:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
1998-09-18 21:53:24 +00:00
|
|
|
|
2000-01-26 20:21:16 +00:00
|
|
|
MAN1= ethereal.1 tethereal.1 editcap.1
|
1998-09-18 21:53:24 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|