2000-11-18 05:17:38 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.38 2000/11/18 10:17:38 jakob Exp $
|
1999-03-16 00:59:59 -05:00
|
|
|
|
2000-11-18 05:17:38 -05:00
|
|
|
DISTNAME= ethereal-0.8.13
|
1998-09-22 15:39:20 -04:00
|
|
|
CATEGORIES= net x11
|
2000-10-22 11:41:23 -04:00
|
|
|
NEED_VERSION= 1.305
|
2000-06-22 12:07:23 -04:00
|
|
|
|
2000-10-06 19:13:10 -04:00
|
|
|
MASTER_SITES= http://www.ethereal.com/distribution/ \
|
|
|
|
http://ethereal.zing.org/distribution/ \
|
1998-09-22 15:39:20 -04:00
|
|
|
http://ethereal.boehm.org/distribution/ \
|
2000-10-06 19:13:10 -04:00
|
|
|
http://www.ethereal.com/distribution/old-versions/ \
|
1998-09-22 15:39:20 -04:00
|
|
|
http://ethereal.zing.org/distribution/old-versions/ \
|
|
|
|
http://ethereal.boehm.org/distribution/old-versions/
|
|
|
|
|
2000-06-22 12:07:23 -04:00
|
|
|
HOMEPAGE= http://ethereal.zing.org/
|
|
|
|
|
2000-03-25 18:13:01 -05:00
|
|
|
LIB_DEPENDS= gtk.1.2::x11/gtk+
|
2000-08-15 10:31:54 -04:00
|
|
|
BUILD_DEPENDS= python::lang/python
|
2000-03-25 18:13:01 -05:00
|
|
|
|
2000-10-04 17:53:59 -04:00
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
1999-05-25 19:10:50 -04:00
|
|
|
|
2000-03-05 13:30:21 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-03-05 05:38:41 -05:00
|
|
|
|
2000-06-22 12:07:23 -04:00
|
|
|
USE_X11= Yes
|
|
|
|
SYSCONFDIR= ${PREFIX}/share/ethereal
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
2000-08-15 10:32:55 -04:00
|
|
|
|
|
|
|
FLAVORS= snmp
|
|
|
|
|
|
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L} == "snmp"
|
|
|
|
CONFIGURE_ARGS+= --enable-snmp
|
|
|
|
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" LIBS="-lsnmp -lcrypto"
|
|
|
|
BUILD_DEPENDS+= ${PREFIX}/lib/libsnmp.a::net/ucd-snmp
|
|
|
|
.else
|
2000-06-22 12:07:23 -04:00
|
|
|
CONFIGURE_ARGS+= --disable-snmp
|
2000-08-15 10:32:55 -04:00
|
|
|
.endif
|
1999-01-30 15:12:21 -05:00
|
|
|
|
1998-09-22 15:39:20 -04:00
|
|
|
.include <bsd.port.mk>
|