blob: de47fe4a019e1af30fc629813c6da728f8fdfacd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.53 2002/01/09 05:50:56 itojun Exp $
DISTNAME= ethereal-0.9.0
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
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= ucd-snmp>=4.1.2:../../net/ucd-snmp
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
USE_X11= YES
USE_SSL= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
EVAL_PREFIX+= GTKDIR=gtk+
CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" \
--with-ucdsnmp=${LOCALBASE}
LIBS+= -lcrypto
.include "../../mk/bsd.pkg.mk"
|