2009-06-15 00:57:58 +02:00
|
|
|
# $NetBSD: omf-scrollkeeper.mk,v 1.2 2009/06/14 22:58:05 joerg Exp $
|
2007-11-12 21:45:52 +01:00
|
|
|
#
|
|
|
|
# This Makefile fragment is intended to be included by packages that install
|
|
|
|
# OMF files. It redirects callers to compatibility scripts provided
|
|
|
|
# by textproc/rarian.
|
|
|
|
#
|
|
|
|
# The following variables are automatically defined for free use in packages:
|
|
|
|
# SCROLLKEEPER_DATADIR - scrollkeeper's data directory.
|
|
|
|
# SCROLLKEEPER_REBUILDDB - scrollkeeper-rebuilddb binary program.
|
|
|
|
# SCROLLKEEPER_UPDATEDB - scrollkeeper-update binary program.
|
|
|
|
#
|
|
|
|
|
|
|
|
.if !defined(SCROLLKEEPER_OMF_MK)
|
|
|
|
SCROLLKEEPER_OMF_MK= # defined
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
# scrollkeeper's data directory.
|
|
|
|
SCROLLKEEPER_DATADIR= ${BUILDLINK_PREFIX.rarian}/libdata/scrollkeeper
|
|
|
|
|
|
|
|
# scrollkeeper binary programs.
|
|
|
|
SCROLLKEEPER_REBUILDDB= ${BUILDLINK_PREFIX.rarian}/bin/scrollkeeper-rebuilddb
|
|
|
|
SCROLLKEEPER_UPDATEDB= ${BUILDLINK_PREFIX.rarian}/bin/scrollkeeper-update
|
|
|
|
|
|
|
|
INSTALL_TEMPLATES+= \
|
|
|
|
${.CURDIR}/../../textproc/rarian/files/install-scrollkeeper.tmpl
|
|
|
|
DEINSTALL_TEMPLATES+= \
|
|
|
|
${.CURDIR}/../../textproc/rarian/files/install-scrollkeeper.tmpl
|
|
|
|
|
|
|
|
FILES_SUBST+= SCROLLKEEPER_DATADIR=${SCROLLKEEPER_DATADIR:Q}
|
|
|
|
FILES_SUBST+= SCROLLKEEPER_REBUILDDB=${SCROLLKEEPER_REBUILDDB:Q}
|
|
|
|
FILES_SUBST+= SCROLLKEEPER_UPDATEDB=${SCROLLKEEPER_UPDATEDB:Q}
|
|
|
|
|
|
|
|
.include "../../textproc/rarian/buildlink3.mk"
|
|
|
|
|
|
|
|
.endif # SCROLLKEEPER_OMF_MK
|