pkgsrc/net/ethereal/Makefile
veego 45ff3f0879 Bump ethereal to 0.9.8nb1:
- Use net-snmp instead of the old ucd-snmp package
Approved by frueauf.
2002-12-29 15:11:51 +00:00

33 lines
983 B
Makefile

# $NetBSD: Makefile,v 1.69 2002/12/29 15:11:53 veego Exp $
DISTNAME= ethereal-0.9.8
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
ftp://ftp.sunet.se/pub/network/monitoring/ethereal/
MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://www.ethereal.com/
COMMENT= Network protocol analyzer
USE_BUILDLINK2= YES
USE_X11= YES
USE_PERL5= build
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk-prefix=${BUILDLINK_PREFIX.gtk}
CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
CONFIGURE_ARGS+= --with-net-snmp=${BUILDLINK_PREFIX.net-snmp}
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
.include "../../devel/zlib/buildlink2.mk"
.include "../../net/libpcap/buildlink2.mk"
.include "../../net/net-snmp/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"