1998-09-18 21:53:24 +00:00
|
|
|
# New ports collection makefile for: ethereal
|
1999-01-05 13:50:00 +00:00
|
|
|
# Version required: 0.5.1
|
1998-09-18 21:53:24 +00:00
|
|
|
# Date created: 10 August 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1999-04-22 07:57:18 +00:00
|
|
|
# $Id: Makefile,v 1.8 1999/01/05 13:49:59 vanilla Exp $
|
1998-09-18 21:53:24 +00:00
|
|
|
#
|
|
|
|
|
1999-01-05 13:50:00 +00:00
|
|
|
DISTNAME= ethereal-0.5.1
|
1998-09-18 21:53:24 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://ethereal.zing.org/distribution/ \
|
|
|
|
http://ethereal.boehm.org/distribution/
|
|
|
|
|
1998-11-11 21:47:04 +00:00
|
|
|
MAINTAINER= billf@FreeBSD.ORG
|
1998-09-18 21:53:24 +00:00
|
|
|
|
1999-04-22 07:57:18 +00:00
|
|
|
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
|
1998-09-18 21:53:24 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1998-10-20 18:10:47 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-04-22 07:57:18 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
|
|
|
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
|
1998-09-18 21:53:24 +00:00
|
|
|
|
|
|
|
MAN1= ethereal.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|