aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.tex.mk
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2014-08-31 20:23:30 +0000
committerHiroki Sato <hrs@FreeBSD.org>2014-08-31 20:23:30 +0000
commitececdb663c1ee49972152caf943a0c38c145712a (patch)
tree81fc275eee26f94a4a614b68f87af11c422f7be1 /Mk/bsd.tex.mk
parent0eb1cdeb70c188f0ee29796e8e0ccf28224db20a (diff)
downloadports-ececdb663c1ee49972152caf943a0c38c145712a.tar.gz
ports-ececdb663c1ee49972152caf943a0c38c145712a.zip
Split print/texlive-texmf into two ports, texlive-texmf and
texlive-texmf-source. PR: 193202
Notes
Notes: svn path=/head/; revision=366827
Diffstat (limited to 'Mk/bsd.tex.mk')
-rw-r--r--Mk/bsd.tex.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/Mk/bsd.tex.mk b/Mk/bsd.tex.mk
index 0e8fbd4f2cf4..9cdaa6acd940 100644
--- a/Mk/bsd.tex.mk
+++ b/Mk/bsd.tex.mk
@@ -10,12 +10,13 @@ TEX_MAINTAINER= hrs@FreeBSD.org
# USE_TEX= yes
# imports variables only, and
# USE_TEX= full
-# means full TeXLive dependency.
+# means full TeXLive dependency except for documentation and source.
#
# The other valid keywords
#
# base: base part
-# texmf: texmf tree (except for documentation)
+# texmf: texmf tree (except for documentation and source)
+# source: source
# docs: documentation
#
# web2c: WEB2C toolchain and TeX engines
@@ -81,6 +82,9 @@ _USE_TEX_BASE_PKGNAME= texlive-base
_USE_TEX_GBKLATEX_DEP= gbklatex
_USE_TEX_GBKLATEX_PORT= ${_USE_TEX_BASE_PORT}
_USE_TEX_GBKLATEX_PKGNAME=${_USE_TEX_BASE_PKGNAME}
+_USE_TEX_SOURCE_DEP= ${LOCALBASE}/${TEXMFDISTDIR}/source/.keep_me
+_USE_TEX_SOURCE_PORT= print/${_USE_TEX_SOURCE_PKGNAME}
+_USE_TEX_SOURCE_PKGNAME=texlive-texmf-source
_USE_TEX_DOCS_DEP= ${LOCALBASE}/${TEXMFDISTDIR}/doc/texlive/texlive-en/README
_USE_TEX_DOCS_PORT= print/${_USE_TEX_DOCS_PKGNAME}
_USE_TEX_DOCS_PKGNAME= texlive-docs