openbsd-ports/net/ethereal/Makefile

21 lines
522 B
Makefile
Raw Normal View History

1999-04-05 07:16:21 -04:00
# $OpenBSD: Makefile,v 1.5 1999/04/05 11:16:21 jakob Exp $
DISTNAME= ethereal-0.5.1
CATEGORIES= net x11
1999-04-05 07:16:21 -04:00
MAINTAINER= jakob@crt.se
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/
LIB_DEPENDS= gtk:${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}
.include <bsd.port.mk>