summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2009-03-08 15:57:04 +0000
committerwiz <wiz>2009-03-08 15:57:04 +0000
commitf5aa901b68094554c62c93e789af4a44ea401d39 (patch)
tree5c3503400148c8e682abb9a6fff87a903e36a7e6 /textproc
parenteb445509d3f2c830adbc9b2a98d1658b191c1ff6 (diff)
downloadpkgsrc-f5aa901b68094554c62c93e789af4a44ea401d39.tar.gz
Remove omf.mk -- use mk/omf-scrollkeeper.mk instead.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rarian/omf.mk40
1 files changed, 0 insertions, 40 deletions
diff --git a/textproc/rarian/omf.mk b/textproc/rarian/omf.mk
deleted file mode 100644
index ce48e5a2533..00000000000
--- a/textproc/rarian/omf.mk
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: omf.mk,v 1.1 2009/01/04 18:01:01 wiz Exp $
-#
-# This Makefile fragment is intended to be included by packages that install
-# OMF files. It takes care of registering them in scrollkeeper's global
-# database.
-#
-# 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}
-
-PRINT_PLIST_AWK+= /^@dirrm share\/omf$$/ \
- { print "@comment in rarian: " $$0; \
- next; }
-
-.include "../../textproc/rarian/buildlink3.mk"
-
-.endif # SCROLLKEEPER_OMF_MK