1999-08-13 02:12:28 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 1999/08/13 02:12:28 brad Exp $
|
1999-03-16 05:59:59 +00:00
|
|
|
|
1999-08-13 02:12:28 +00:00
|
|
|
DISTNAME= ethereal-0.7.2
|
1998-09-22 19:39:20 +00:00
|
|
|
CATEGORIES= net x11
|
|
|
|
MASTER_SITES= http://ethereal.zing.org/distribution/ \
|
|
|
|
http://ethereal.boehm.org/distribution/ \
|
|
|
|
http://ethereal.zing.org/distribution/old-versions/ \
|
|
|
|
http://ethereal.boehm.org/distribution/old-versions/
|
|
|
|
|
1999-05-25 23:10:50 +00:00
|
|
|
MAINTAINER= jakob@crt.se
|
|
|
|
|
|
|
|
LIB_DEPENDS= glib.1.2:${PORTSDIR}/devel/glib \
|
|
|
|
gtk.1.2:${PORTSDIR}/x11/gtk+
|
1998-09-22 19:39:20 +00:00
|
|
|
|
|
|
|
USE_X11= yes
|
1999-03-17 02:42:33 +00:00
|
|
|
SYSCONFDIR= ${PREFIX}/share/ethereal
|
1999-08-13 02:12:28 +00:00
|
|
|
SEPARATE_BUILD= concurrent
|
1998-09-22 19:39:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-03-17 02:42:33 +00:00
|
|
|
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}
|
1999-04-05 19:19:28 +00:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
1999-01-30 20:12:21 +00:00
|
|
|
|
1998-09-22 19:39:20 +00:00
|
|
|
.include <bsd.port.mk>
|