summaryrefslogtreecommitdiff
path: root/net/ethereal/Makefile
blob: d2942e559c3b639209de0fef83c1c37c35d7a473 (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.58 2002/04/05 07:53:13 tron Exp $

DISTNAME=		ethereal-0.9.3
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

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=${BUILDLINK_DIR} \
			--with-ucdsnmp=${BUILDLINK_DIR}
LIBS+=			-lcrypto

.include "../../x11/gtk/buildlink.mk"
.include "../ucd-snmp/buildlink.mk"
.include "../../mk/bsd.pkg.mk"