Initial import of p5-Clipboard-0.09:
[pkgsrc.git] / x11 / controlcenter / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=       control-center-1.0.4
5 CATEGORIES=     x11 gnome
6 MASTER_SITES=   ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \
7                 ftp://ftp.circ.us.eu.org/mirrors/ftp.gnome.org/sources/ \
8                 ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/control-center/ \
9                 ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/
10
11 MAINTAINER=     root@garbled.net
12 HOMEPAGE=       http://www.gnome.org/
13
14 DEPENDS+=       gnome-core-1.0.3:../../x11/gnome-core
15 DEPENDS+=       xscreensaver-3.07:../../x11/xscreensaver
16
17 NOT_FOR_ARCHS=  alpha   # problems with gtk
18
19 GNU_CONFIGURE=  yes
20 USE_X11BASE=    yes
21 USE_GMAKE=      yes
22 USE_LIBTOOL=    yes
23
24 LOCALSTATEDIR=  /var/gnome
25
26 CONFIGURE_ARGS+=        --localstatedir=${LOCALSTATEDIR} \
27                         --with-glib-prefix=${LOCALBASE}
28 CONFIGURE_ENV+=         LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
29
30 .include "../../mk/bsd.pkg.mk"