mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
6e0c41ef75
- Note that full support of configuration tools such as tlmgr and texconfig is not ready yet. - Most of dviware now supports libpaper to choose the default papersize. Use paperconfig(8) utility or print/papersize-default-* packages. - Some quite old macros of the age of latex209 have been removed, and there are user-visible/invisible incompatibilities. Please send a report to freebsd-tex@FreeBSD.org or file a PR if you have trouble.
34 lines
794 B
Makefile
34 lines
794 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xmltex
|
|
PORTVERSION= 1.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/
|
|
PKGNAMEPREFIX= tex-
|
|
DISTNAME= texlive-20140525-texmf
|
|
DIST_SUBDIR= TeX
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Non-validating XML parser, written in TeX
|
|
|
|
USES= tar:xz
|
|
USE_TEX= texmf pdftex fmtutil
|
|
TEXHASHDIRS= ${TEXMFDISTDIR}
|
|
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/tex/xmltex \
|
|
texmf-dist/doc/otherformats/xmltex
|
|
NO_WRKSRC= yes
|
|
NO_BUILD= yes
|
|
TEX_FORMATS= xmltex
|
|
|
|
do-install:
|
|
${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \
|
|
${EXTRACT_AFTER_ARGS}
|
|
|
|
.include <bsd.port.mk>
|