pkgsrc/print/tex-musixtex/Makefile
markd 62a4ba308b Update to texlive 2015.
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if
 \pdfinclusionerrorlevel is negative; sync with xpdf 3.04.
LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal
 random number generator and other places.
XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling
 to xetex; internal XDV opcodes changed.
MetaPost: New numbersystem binary; new Japanese-enabled upmpost and
 updvitomp programs, analogous to up*tex.
Infrastructure: The fmtutil script has been reimplemented to read
 fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts
 (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own
 directory, instead of always using the existing PATH.
2015-06-14 12:50:00 +00:00

34 lines
942 B
Makefile

# $NetBSD: Makefile,v 1.32 2015/06/14 12:50:04 markd Exp $
DISTNAME= musixtex
PKGNAME= tex-${DISTNAME}-1.16.20150421
TEXLIVE_REV= 37025
MAINTAINER= dgriffi@cs.csubak.edu
COMMENT= TeX macros for sophisticated music typesetting
LICENSE= gnu-gpl-v2
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
DEPENDS+= tex-musixtex-fonts-[0-9]*:../../fonts/tex-musixtex-fonts
DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
USE_TOOLS+= gs:run
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Setting paths to commands.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= bin/musixtex
SUBST_SED.paths= -e 's,@LOCALBASE@,${LOCALBASE},g'
REPLACE_TEXLUA= bin/musixflx bin/musixtex
.include "../../print/texlive/package.mk"
post-extract:
${MKDIR} ${WRKSRC}/bin
.for f in musixflx musixtex
${MV} ${WRKSRC}/texmf-dist/scripts/musixtex/${f}.lua ${WRKSRC}/bin/${f}
.endfor
cd ${WRKSRC}/texmf-dist && ${RMDIR} -p scripts/musixtex
.include "../../mk/bsd.pkg.mk"