openbsd-ports/net/ethereal/Makefile
jakob 17546108d0 update to ethereal v0.8.19.
new dissectors include Appletalk Data Stream Interface, AUTH_DES, DVMRP,
GIOP, Gnutella, iSCSI, ISUP, M2PA, MP-BGP message, MSDP, MTP3, PAP, PIMv1,
RFC 2250 MPEG1, QuakeWorld, Quake II.
2001-07-13 20:31:38 +00:00

58 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.48 2001/07/13 20:31:38 jakob Exp $
COMMENT= network protocol analyzer
VERSION= 0.8.19
DISTNAME= ethereal-${VERSION}
PKGNAME= ethereal-${VERSION}
CATEGORIES= net x11
NEED_VERSION= 1.363
MASTER_SITES= http://www.ethereal.com/distribution/ \
http://ethereal.zing.org/distribution/ \
http://ethereal.boehm.org/distribution/ \
http://www.ethereal.com/distribution/old-versions/ \
http://ethereal.zing.org/distribution/old-versions/ \
http://ethereal.boehm.org/distribution/old-versions/
HOMEPAGE= http://www.ethereal.com/
LIB_DEPENDS= gtk.1.2::x11/gtk+
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
SYSCONFDIR= ${PREFIX}/share/ethereal
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
WRKDIST= ${WRKDIR}/${PKGNAME}
FLAVORS= snmp
FLAVOR?=
.if ${FLAVOR:L} == "snmp"
CONFIGURE_ARGS+= --enable-snmp
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" LIBS="-lsnmp -lcrypto"
LIB_DEPENDS+= snmp::net/ucd-snmp
.else
CONFIGURE_ARGS+= --disable-snmp
.endif
pre-build:
.if defined(SEPARATE_BUILD)
cp -p ${WRKSRC}/packet-ncp2222.c ${WRKBUILD}
.endif
post-install:
${INSTALL_MAN} ${WRKBUILD}/editcap.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKBUILD}/ethereal.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKBUILD}/tethereal.1 ${PREFIX}/man/man1
.include <bsd.port.mk>