summaryrefslogtreecommitdiff
path: root/devel/GConf/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'devel/GConf/Makefile.common')
-rw-r--r--devel/GConf/Makefile.common39
1 files changed, 39 insertions, 0 deletions
diff --git a/devel/GConf/Makefile.common b/devel/GConf/Makefile.common
new file mode 100644
index 00000000000..25198d30cbd
--- /dev/null
+++ b/devel/GConf/Makefile.common
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile.common,v 1.1 2007/09/21 12:58:13 wiz Exp $
+#
+
+GCONF_VERSION= 2.18.0.1
+
+DISTNAME= GConf-${GCONF_VERSION}
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.18/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://www.gnome.org/projects/gconf/
+COMMENT= Configuration database system used by GNOME
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# not ready yet. .schemas are installed in the depot.
+#PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+DISTINFO_FILE= ${.CURDIR}/../GConf/distinfo
+FILESDIR= ${.CURDIR}/../GConf/files
+PATCHDIR= ${.CURDIR}/../GConf/patches
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake intltool msgfmt perl pkg-config
+
+PKGCONFIG_OVERRIDE= gconf-2.0.pc.in
+
+PKG_SYSCONFSUBDIR= gconf
+
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --with-sysconfsubdir=
+CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
+
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0
+
+.include "../../devel/glib2/buildlink3.mk"