Files
pkgsrc-ng/devel/dconf/database.mk
2016-11-18 22:39:22 +01:00

22 lines
583 B
Makefile

# $NetBSD: database.mk,v 1.2 2015/11/25 12:49:46 jperkin Exp $
#
# This Makefile fragment is intended to be included by packages that install
# dconf database. It takes care of update the corresponding databases
# at (de)installation time.
#
.if !defined(DCONF_DATABASE_MK)
DCONF_DATABASE_MK= # defined
DCONF= ${LOCALBASE}/bin/dconf
FILES_SUBST+= DCONF=${DCONF:Q}
INSTALL_TEMPLATES+= ../../devel/dconf/files/database.tmpl
DEINSTALL_TEMPLATES+= ../../devel/dconf/files/database.tmpl
TOOLS_NOOP+= dconf
DEPENDS+= dconf-[0-9]*:../../devel/dconf
.endif # DCONF_DATABASE_MK