summaryrefslogtreecommitdiff
path: root/devel/GConf-ui
diff options
context:
space:
mode:
authorwiz <wiz>2007-09-21 12:58:12 +0000
committerwiz <wiz>2007-09-21 12:58:12 +0000
commit131f6eac0339fbce5b0bc42bd3255f999733cd98 (patch)
treee6866b255d7e586f3d657e49bad5bd4a01dee782 /devel/GConf-ui
parente6f966a42fb174ae4ba18ef6b2921774add29dc4 (diff)
downloadpkgsrc-131f6eac0339fbce5b0bc42bd3255f999733cd98.tar.gz
Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the
upstream name.
Diffstat (limited to 'devel/GConf-ui')
-rw-r--r--devel/GConf-ui/DESCR7
-rw-r--r--devel/GConf-ui/Makefile25
-rw-r--r--devel/GConf-ui/PLIST2
-rw-r--r--devel/GConf-ui/buildlink3.mk23
4 files changed, 57 insertions, 0 deletions
diff --git a/devel/GConf-ui/DESCR b/devel/GConf-ui/DESCR
new file mode 100644
index 00000000000..1c2b7ec6a11
--- /dev/null
+++ b/devel/GConf-ui/DESCR
@@ -0,0 +1,7 @@
+GConf is a configuration database system, functionally similar to the
+Windows registry but lots better. It was written for the GNOME
+desktop but does not require GNOME; configure should notice if GNOME
+is not installed and compile the basic GConf library anyway.
+
+This package installs graphical utilities included in GConf's
+distribution file.
diff --git a/devel/GConf-ui/Makefile b/devel/GConf-ui/Makefile
new file mode 100644
index 00000000000..25d97ae72e9
--- /dev/null
+++ b/devel/GConf-ui/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2007/09/21 12:58:15 wiz Exp $
+#
+
+.include "../../devel/GConf/Makefile.common"
+
+PKGREVISION= 1
+
+PKGNAME= ${DISTNAME:S/GConf/GConf-ui/}
+
+BUILDLINK_API_DEPENDS.GConf+= GConf>=${GCONF_VERSION}
+
+CONFIGURE_ARGS+= --enable-gtk
+
+BUILD_DIRS= ${WRKSRC}/gconf
+BUILD_TARGET= gconfmarshal.h gconfmarshal.c GConfX.h gconf-sanity-check-2
+
+INSTALLATION_DIRS= libexec
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \
+ ${DESTDIR}${PREFIX}/libexec
+
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/GConf-ui/PLIST b/devel/GConf-ui/PLIST
new file mode 100644
index 00000000000..2e6ff771f77
--- /dev/null
+++ b/devel/GConf-ui/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2007/09/21 12:58:15 wiz Exp $
+libexec/gconf-sanity-check-2
diff --git a/devel/GConf-ui/buildlink3.mk b/devel/GConf-ui/buildlink3.mk
new file mode 100644
index 00000000000..1699abb1f6b
--- /dev/null
+++ b/devel/GConf-ui/buildlink3.mk
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1 2007/09/21 12:58:15 wiz Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GCONF_UI_BUILDLINK3_MK:= ${GCONF_UI_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= GConf-ui
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NGConf-ui}
+BUILDLINK_PACKAGES+= GConf-ui
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}GConf-ui
+
+.if !empty(GCONF_UI_BUILDLINK3_MK:M+)
+BUILDLINK_API_DEPENDS.GConf-ui+= GConf-ui>=2.8.0.1
+BUILDLINK_ABI_DEPENDS.GConf-ui?= GConf-ui>=2.14.0nb1
+BUILDLINK_PKGSRCDIR.GConf-ui?= ../../devel/GConf-ui
+.endif # GCONF_UI_BUILDLINK3_MK
+
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}