From 18f05b806a6e894070a801d6c6f65ca2d49746dc Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 25 Mar 2011 08:59:48 +0000 Subject: [PATCH] Add a new dconf MODULE. Dependent ports are going to be migrated soon and documentation is coming up. ok jasper@ --- devel/dconf/dconf.port.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devel/dconf/dconf.port.mk diff --git a/devel/dconf/dconf.port.mk b/devel/dconf/dconf.port.mk new file mode 100644 index 00000000000..a8fc35304df --- /dev/null +++ b/devel/dconf/dconf.port.mk @@ -0,0 +1,18 @@ +# $OpenBSD: dconf.port.mk,v 1.1 2011/03/25 08:59:48 ajacoutot Exp $ + +# This module is used by ports installing gsettings schemas under +# PREFIX/share/glib-2.0/schemas/ + +# It requires the following goo in PLIST: +# @exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas +# @unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas + +# use the "no_editor" FLAVOR to prevent a cyclic dependency with x11/gtk+3 +MODDCONF_BUILD_DEPENDS= devel/glib2 +MODDCONF_RUN_DEPENDS= devel/glib2 \ + devel/dconf,no_editor + +BUILD_DEPENDS += ${MODDCONF_BUILD_DEPENDS} +RUN_DEPENDS += ${MODDCONF_RUN_DEPENDS} + +CONFIGURE_ARGS += --disable-schemas-compile