openbsd-ports/net/ethereal/Makefile
brad 08eb7eced6 - since dependencies are working properly we do not need to specify both
glib and gtk for LIB_DEPENDS
- remove unnecessary CONFIGURE_ARGS
2000-03-25 23:13:01 +00:00

28 lines
640 B
Makefile

# $OpenBSD: Makefile,v 1.24 2000/03/25 23:13:01 brad Exp $
DISTNAME= ethereal-0.8.4
CATEGORIES= net x11
NEED_VERSION= 1.230
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.1.2::x11/gtk+
MAINTAINER= jakob@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE= Yes
USE_X11= Yes
SYSCONFDIR= ${PREFIX}/share/ethereal
SEPARATE_BUILD= concurrent
GNU_CONFIGURE= Yes
.include <bsd.port.mk>