blob: 8e4b0500640d4dfcba0a6d60939d503b5b75d386 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.22 2000/05/11 16:32:53 hubertf Exp $
#
DISTNAME= ethereal-0.8.8
CATEGORIES= net
MASTER_SITES= http://ethereal.zing.org/distribution/
MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://ethereal.zing.org/
DEPENDS= gtk+-1.2.*:../../x11/gtk
BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
.include "../../mk/bsd.pkg.mk"
|