blob: f1ac6933dbd98d95ac260124515ec1f48f443e5e (
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
28
29
30
31
32
33
|
# $NetBSD: Makefile,v 1.2 1999/05/13 23:46:50 tron Exp $
#
DISTNAME= gnome-utils-1.0.1
CATEGORIES= misc x11
MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \
ftp://ftp.tuwien.ac.at/hci/GNOME/gnome-1.0/sources/ \
ftp://gnomeftp.wgn.net/pub/gnome/ \
ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/ \
ftp://unix.hensa.ac.uk/mirrors/ftp.gnome.org/pub/GNOME/ \
ftp://ftp.sunet.se/pub/X11/GNOME/ \
ftp://ftp.dataplus.se/pub/linux/gnome/ \
ftp://ftp.net.lut.ac.uk/gnome/ \
ftp://mirror.aarnet.edu.au/pub/gnome/ \
ftp://ftp.fr.gnome.org/pub/gnome/ \
ftp://ftp.dti.ad.jp/pub/X/GNOME/ \
http://gd.tuwien.ac.at/hci/GNOME/gnome-1.0/sources/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
DEPENDS+= gettext-0.10.35:../../devel/gettext
DEPENDS+= gnome-core-1.0.5:../../x11/gnome-libs
DEPENDS+= libaudiofile-0.1.6:../../audio/libaudiofile
GNU_CONFIGURE= YES
USE_X11BASE= YES
CONFIGURE_ENV+= XGETTEXT="${LOCALBASE}/bin/xgettext"
CONFIGURE_ARGS= --with-ncurses=${PREFIX}
.include "../../mk/bsd.pkg.mk"
|