summaryrefslogtreecommitdiff
path: root/x11/controlcenter/Makefile
diff options
context:
space:
mode:
authorrh <rh>2001-04-06 22:08:09 +0000
committerrh <rh>2001-04-06 22:08:09 +0000
commit08357876dd195315ba83fdc1c9c6064e6f91976c (patch)
treea934722ec4055b6e5c9d6cd5b3550a0f1d7f685a /x11/controlcenter/Makefile
parentd6c12efa42de27697ce309012eb6fd12dc3ad353 (diff)
downloadpkgsrc-08357876dd195315ba83fdc1c9c6064e6f91976c.tar.gz
Update controlcenter to 1.4.0.1. Changes include bugfixes and the
introduction of the new GNOME OMF documentation framework.
Diffstat (limited to 'x11/controlcenter/Makefile')
-rw-r--r--x11/controlcenter/Makefile29
1 files changed, 14 insertions, 15 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
index ba0ab59b1a5..3a02a0c8e22 100644
--- a/x11/controlcenter/Makefile
+++ b/x11/controlcenter/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2001/03/27 03:20:26 hubertf Exp $
+# $NetBSD: Makefile,v 1.29 2001/04/06 22:08:09 rh Exp $
-DISTNAME= control-center-1.2.2
+DISTNAME= control-center-1.4.0.1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/control-center/}
@@ -8,29 +8,28 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME control-center development library
-DEPENDS+= gnome-libs>=1.2.0:../../x11/gnome-libs
-DEPENDS+= gdk-pixbuf>=0.7.0:../../graphics/gdk-pixbuf
-BUILD_USES_MSGFMT= yes
+DEPENDS+= gnome-libs>=1.2.13:../../x11/gnome-libs
+DEPENDS+= gdk-pixbuf>=0.10.1:../../graphics/gdk-pixbuf
+DEPENDS+= gnome-vfs>=1.0:../../sysutils/gnome-vfs
+DEPENDS+= scrollkeeper-*:../../textproc/scrollkeeper
-USE_X11BASE= # defined
-USE_GMAKE= # defined
-USE_LIBINTL= # defined
+USE_X11BASE= YES
+USE_GMAKE= YES
+USE_LIBINTL= YES
+BUILD_USES_MSGFMT= YES
-USE_LIBTOOL= # defined
+USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LOCALSTATEDIR= /var/gnome
-GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
- --with-glib-prefix=${LOCALBASE}
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}
+CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE}
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
post-patch:
@${ECHO} >>${WRKSRC}/control-center/cappletConf.sh.in ""
-post-install:
- ${RMDIR} ${PREFIX}/share/gnome/help/control-center/C/stylesheet-images
-
.include "../../mk/bsd.pkg.mk"