openbsd-ports/devel/dconf/dconf.port.mk
espie 367d281f8c convert dconf to bsd.port.arch.mk
recognize small build needed for boostrapping
2011-11-11 11:39:13 +00:00

19 lines
663 B
Makefile

# $OpenBSD: dconf.port.mk,v 1.4 2011/11/11 11:39:13 espie 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 >/dev/null
# @unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
# use the "no_editor" FLAVOR to prevent a cyclic dependency
MODDCONF_BUILD_DEPENDS= devel/glib2
MODDCONF_RUN_DEPENDS= devel/glib2 \
devel/dconf,no_editor,bootstrap
BUILD_DEPENDS += ${MODDCONF_BUILD_DEPENDS}
RUN_DEPENDS += ${MODDCONF_RUN_DEPENDS}
CONFIGURE_ARGS += --disable-schemas-compile