2000-02-15 00:03:51 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2000/02/15 05:04:52 turan Exp $
|
1999-03-16 00:59:59 -05:00
|
|
|
|
2000-02-03 17:09:47 -05:00
|
|
|
DISTNAME= ethereal-0.8.3
|
1998-09-22 15:39:20 -04: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-09-23 16:48:57 -04:00
|
|
|
MAINTAINER= jakob@openbsd.org
|
1999-05-25 19:10:50 -04:00
|
|
|
|
2000-02-12 03:02:07 -05:00
|
|
|
LICENSE_TYPE= GPL
|
2000-02-15 00:03:51 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= YES
|
|
|
|
PERMIT_PACKAGE_FTP= YES
|
|
|
|
PERMIT_DISTFILES_CDROM= YES
|
|
|
|
PERMIT_DISTFILES_FTP= YES
|
2000-02-12 03:02:07 -05:00
|
|
|
|
1999-05-25 19:10:50 -04:00
|
|
|
LIB_DEPENDS= glib.1.2:${PORTSDIR}/devel/glib \
|
|
|
|
gtk.1.2:${PORTSDIR}/x11/gtk+
|
1998-09-22 15:39:20 -04:00
|
|
|
|
|
|
|
USE_X11= yes
|
1999-03-16 21:42:33 -05:00
|
|
|
SYSCONFDIR= ${PREFIX}/share/ethereal
|
1999-08-12 22:12:28 -04:00
|
|
|
SEPARATE_BUILD= concurrent
|
1998-09-22 15:39:20 -04:00
|
|
|
GNU_CONFIGURE= yes
|
1999-03-16 21:42:33 -05:00
|
|
|
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}
|
1999-04-05 15:19:28 -04:00
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
1999-01-30 15:12:21 -05:00
|
|
|
|
1998-09-22 15:39:20 -04:00
|
|
|
.include <bsd.port.mk>
|