summaryrefslogtreecommitdiff
path: root/devel/GConf2-ui
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-05 22:19:56 +0000
committerjmmv <jmmv>2003-02-05 22:19:56 +0000
commit240278e71a6f1bad1b120370817fa4f0f1ee78b4 (patch)
tree87ef6d789f3545dfa40842c4377504d9830b888d /devel/GConf2-ui
parent8644fd110f614232a6a8da72d4a040142ab6274f (diff)
downloadpkgsrc-240278e71a6f1bad1b120370817fa4f0f1ee78b4.tar.gz
Initial import of GConf2-ui:
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. Reviewed by wiz.
Diffstat (limited to 'devel/GConf2-ui')
-rw-r--r--devel/GConf2-ui/DESCR7
-rw-r--r--devel/GConf2-ui/Makefile21
-rw-r--r--devel/GConf2-ui/PLIST2
-rw-r--r--devel/GConf2-ui/buildlink2.mk22
4 files changed, 52 insertions, 0 deletions
diff --git a/devel/GConf2-ui/DESCR b/devel/GConf2-ui/DESCR
new file mode 100644
index 00000000000..1c2b7ec6a11
--- /dev/null
+++ b/devel/GConf2-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/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile
new file mode 100644
index 00000000000..fd5df77484c
--- /dev/null
+++ b/devel/GConf2-ui/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/05 22:19:56 jmmv Exp $
+#
+
+.include "../../devel/GConf2/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/}
+
+CONFIGURE_ENV+= PKG_USE_GTK=yes
+
+do-build:
+ @cd ${WRKSRC}/gconf && \
+ ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \
+ -f Makefile GConf.h gconf-sanity-check-2
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \
+ ${PREFIX}/libexec
+
+.include "../../devel/GConf2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/GConf2-ui/PLIST b/devel/GConf2-ui/PLIST
new file mode 100644
index 00000000000..36280df56b7
--- /dev/null
+++ b/devel/GConf2-ui/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/05 22:19:56 jmmv Exp $
+libexec/gconf-sanity-check-2
diff --git a/devel/GConf2-ui/buildlink2.mk b/devel/GConf2-ui/buildlink2.mk
new file mode 100644
index 00000000000..dd37c8a9967
--- /dev/null
+++ b/devel/GConf2-ui/buildlink2.mk
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/02/05 22:19:56 jmmv Exp $
+#
+# This Makefile fragment is included by packages that use GConf2-ui.
+#
+
+.if !defined(GCONF2_UI_BUILDLINK2_MK)
+GCONF2_UI_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= GConf2-ui
+BUILDLINK_DEPENDS.GConf2-ui?= GConf2-ui>=1.2.1
+BUILDLINK_PKGSRCDIR.GConf2-ui?= ../../devel/GConf2-ui
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.GConf2-ui=GConf2-ui
+BUILDLINK_PREFIX.GConf2-ui_DEFAULT= ${LOCALBASE}
+
+.include "../../devel/GConf2/buildlink2.mk"
+
+BUILDLINK_TARGETS+= GConf2-ui-buildlink
+
+GConf2-ui-buildlink: _BUILDLINK_USE
+
+.endif # GCONF2_UI_BUILDLINK2_MK