openbsd-ports/net/ethereal/Makefile

22 lines
614 B
Makefile
Raw Normal View History

1999-08-05 19:43:51 -04:00
# $OpenBSD: Makefile,v 1.9 1999/08/05 23:43:51 brad Exp $
1999-08-05 19:43:51 -04:00
DISTNAME= ethereal-0.7.1
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 19:10:50 -04:00
MAINTAINER= jakob@crt.se
LIB_DEPENDS= glib.1.2:${PORTSDIR}/devel/glib \
gtk.1.2:${PORTSDIR}/x11/gtk+
USE_X11= yes
1999-03-16 21:42:33 -05:00
SYSCONFDIR= ${PREFIX}/share/ethereal
GNU_CONFIGURE= yes
1999-03-16 21:42:33 -05:00
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config"
.include <bsd.port.mk>