1998-09-18 21:53:24 +00:00
|
|
|
# New ports collection makefile for: ethereal
|
1999-05-25 18:24:40 +00:00
|
|
|
# Version required: 0.6.2
|
1998-09-18 21:53:24 +00:00
|
|
|
# Date created: 10 August 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1999-08-12 13:43:45 +00:00
|
|
|
# $Id: Makefile,v 1.13 1999/08/05 20:14:20 billf Exp $
|
1998-09-18 21:53:24 +00:00
|
|
|
#
|
|
|
|
|
1999-08-12 13:43:45 +00:00
|
|
|
DISTNAME= ethereal-0.7.2
|
1998-09-18 21:53:24 +00:00
|
|
|
CATEGORIES= net
|
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/
|
1999-07-15 12:13:44 +00:00
|
|
|
|
1998-11-11 21:47:04 +00:00
|
|
|
MAINTAINER= billf@FreeBSD.ORG
|
1998-09-18 21:53:24 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-09-18 21:53:24 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-10-20 18:10:47 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-05-29 03:56:15 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
1998-09-18 21:53:24 +00:00
|
|
|
|
|
|
|
MAN1= ethereal.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|