90410e570d
- print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz.
35 lines
882 B
Makefile
35 lines
882 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jadetex
|
|
PORTVERSION= 3.13
|
|
PORTREVISION= 3
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
|
|
PKGNAMEPREFIX= tex-
|
|
DISTNAME= texlive-20150523-texmf
|
|
DIST_SUBDIR= TeX
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= TeX backend for Jade, DSSSL processor for SGML/XML documents
|
|
|
|
USES= tar:xz
|
|
USE_TEX= texmf pdftex xmltex fmtutil
|
|
TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFVARDIR}
|
|
EXTRACT_AFTER_ARGS=| ${TAR} -xf - -C ${STAGEDIR}${PREFIX}/share \
|
|
--strip-components 1 --no-same-permission --no-same-owner \
|
|
${EXTRACT_FILES:S,^,${DISTNAME}/,}
|
|
EXTRACT_FILES= \
|
|
texmf-dist/doc/otherformats/jadetex \
|
|
texmf-dist/source/jadetex/base \
|
|
texmf-dist/tex/jadetex/base
|
|
NO_WRKSRC= yes
|
|
NO_BUILD= yes
|
|
TEX_FORMATS= jadetex
|
|
|
|
do-install:
|
|
${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \
|
|
${EXTRACT_AFTER_ARGS}
|
|
|
|
.include <bsd.port.mk>
|