blob: c798e3f2a7aa032983ff65f668317dbf9e5bb0a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.5 1999/08/05 17:45:57 hubertf Exp $
#
DISTNAME= ethereal-0.7.1
CATEGORIES= net
MASTER_SITES= http://ethereal.zing.org/distribution/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://ethereal.zing.org/
DEPENDS= gtk+-1.2.2:../../x11/gtk
BUILD_DEPENDS+= perl-5.00404:${PKGSRCDIR}/lang/perl5
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
.include "../../mk/bsd.pkg.mk"
|