1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/print/tex-jadetex/Makefile
Adam Weinberger 037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00

35 lines
872 B
Makefile

# $FreeBSD$
PORTNAME= jadetex
PORTVERSION= 3.13
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/
PKGNAMEPREFIX= tex-
DISTNAME= texlive-20120701-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= texlive texmf pdftex xmltex 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/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>