summaryrefslogtreecommitdiff
path: root/x11/controlcenter/Makefile
blob: 7a9a1d1b83aad93244d55306b5ff614cd74ba4cb (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
# $NetBSD: Makefile,v 1.7 1999/05/24 20:39:50 tv Exp $
#

DISTNAME=		control-center-1.0.5
CATEGORIES=		x11 gnome
MASTER_SITES=		ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \
			ftp://ftp.circ.us.eu.org/mirrors/ftp.gnome.org/sources/ \
			ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/control-center/ \
			ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/

MAINTAINER=		root@garbled.net
HOMEPAGE=		http://www.gnome.org/

DEPENDS=		gnome-core-1.0.5:../../x11/gnome-core \
			xscreensaver-3.10:../../x11/xscreensaver

GNU_CONFIGURE=		yes
USE_X11BASE=		yes
USE_GMAKE=		yes
USE_LIBTOOL=		yes

LOCALSTATEDIR=		/var/gnome

CONFIGURE_ARGS+=	--localstatedir=${LOCALSTATEDIR} \
			--with-glib-prefix=${LOCALBASE}
CONFIGURE_ENV+=		LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}

.include "../../mk/bsd.pkg.mk"