blob: 953e066d8ddbd86e4ad099694d5d57273e57e04f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.6 1999/08/05 18:08:08 tron 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+= ${LOCALBASE}/bin/perl:../../lang/perl5
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
.include "../../mk/bsd.pkg.mk"
|