23 lines
642 B
Makefile
23 lines
642 B
Makefile
# $OpenBSD: Makefile,v 1.11 1999/09/01 17:57:00 brad Exp $
|
|
|
|
DISTNAME= ethereal-0.7.3
|
|
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/
|
|
|
|
MAINTAINER= jakob@crt.se
|
|
|
|
LIB_DEPENDS= glib.1.2:${PORTSDIR}/devel/glib \
|
|
gtk.1.2:${PORTSDIR}/x11/gtk+
|
|
|
|
USE_X11= yes
|
|
SYSCONFDIR= ${PREFIX}/share/ethereal
|
|
SEPARATE_BUILD= concurrent
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --sysconfdir=${SYSCONFDIR}
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
|
|
|
.include <bsd.port.mk>
|