openbsd-ports/devel/dconf/dconf.port.mk
ajacoutot 6736ec938c Bugfix update to dconf-0.7.5.
This should be the latest release before the new stable 0.8.
2011-05-09 08:43:45 +00:00

19 lines
635 B
Makefile

# $OpenBSD: dconf.port.mk,v 1.2 2011/05/09 08:43:45 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
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