summaryrefslogtreecommitdiff
path: root/print/texlive
diff options
context:
space:
mode:
authorminskim <minskim>2009-04-13 02:20:14 +0000
committerminskim <minskim>2009-04-13 02:20:14 +0000
commit417ff9ab18d66c66a86e31d87b3db7727409a6a6 (patch)
treeeb6f7d0826d991a9e3137ffbc006208279b8ac25 /print/texlive
parentaad45283e0b1830aaee644a74c596becb95045e5 (diff)
downloadpkgsrc-417ff9ab18d66c66a86e31d87b3db7727409a6a6.tar.gz
Let texlive/module.mk recognize TEX_FORMAT_NAMES and
TEX_{,MIXED}MAPFILES, and automatically load required Makefile fragments.
Diffstat (limited to 'print/texlive')
-rw-r--r--print/texlive/module.mk17
1 files changed, 16 insertions, 1 deletions
diff --git a/print/texlive/module.mk b/print/texlive/module.mk
index f1491277104..668478fdec0 100644
--- a/print/texlive/module.mk
+++ b/print/texlive/module.mk
@@ -1,10 +1,19 @@
-# $NetBSD: module.mk,v 1.1 2009/04/13 00:03:26 minskim Exp $
+# $NetBSD: module.mk,v 1.2 2009/04/13 02:20:14 minskim Exp $
#
# This Makefile fragment is inteded to be included by packages that build
# TeX Live packages.
#
# Package-settable variables:
#
+# TEX_FORMAT_NAMES
+# See ../../print/texlive-tetex/format.mk.
+#
+# TEX_MAP_FILES
+# See ../../print/texlive-tetex/map.mk.
+#
+# TEX_MIXEDMAP_FILES
+# See ../../print/texlive-tetex/map.mk.
+#
# TEX_TEXMF_DIRS
# See ../../print/kpathsea/texmf.mk.
#
@@ -51,6 +60,12 @@ _texlive-install:
fi
.include "../../print/kpathsea/texmf.mk"
+.if !empty(TEX_FORMAT_NAMES)
+. include "../../print/texlive-tetex/format.mk"
+.endif
+.if !empty(TEX_MAP_FILES) || !empty(TEX_MIXEDMAP_FILES)
+. include "../../print/texlive-tetex/map.mk"
+.endif
post-extract: _texlive-set-permission
do-install: _texlive-install