pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/texlive Let texlive/module.mk recognize TEX_FORM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dccd366979bf
branches:  trunk
changeset: 557286:dccd366979bf
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Apr 13 02:20:14 2009 +0000

description:
Let texlive/module.mk recognize TEX_FORMAT_NAMES and
TEX_{,MIXED}MAPFILES, and automatically load required Makefile
fragments.

diffstat:

 print/texlive/module.mk |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r aca13c947470 -r dccd366979bf print/texlive/module.mk
--- a/print/texlive/module.mk   Mon Apr 13 00:13:03 2009 +0000
+++ b/print/texlive/module.mk   Mon Apr 13 02:20:14 2009 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index