2011-11-11 11:39:13 +00:00
|
|
|
# $OpenBSD: dconf.port.mk,v 1.4 2011/11/11 11:39:13 espie Exp $
|
2011-03-25 08:59:48 +00:00
|
|
|
|
|
|
|
# This module is used by ports installing gsettings schemas under
|
|
|
|
# PREFIX/share/glib-2.0/schemas/
|
|
|
|
|
|
|
|
# It requires the following goo in PLIST:
|
2011-05-28 08:15:33 +00:00
|
|
|
# @exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
|
|
|
# @unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
2011-03-25 08:59:48 +00:00
|
|
|
|
2011-05-09 08:43:45 +00:00
|
|
|
# use the "no_editor" FLAVOR to prevent a cyclic dependency
|
2011-03-25 08:59:48 +00:00
|
|
|
MODDCONF_BUILD_DEPENDS= devel/glib2
|
|
|
|
MODDCONF_RUN_DEPENDS= devel/glib2 \
|
2011-11-11 11:39:13 +00:00
|
|
|
devel/dconf,no_editor,bootstrap
|
2011-03-25 08:59:48 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS += ${MODDCONF_BUILD_DEPENDS}
|
|
|
|
RUN_DEPENDS += ${MODDCONF_RUN_DEPENDS}
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += --disable-schemas-compile
|