pkgsrc/print/tex-musixtex/Makefile
markd 68a2d638e3 Update tex-musictex{,-doc} to 1.18
Increased length of beam stems.

Revised musixtmr.tex et al to allow traditional accented characters
for etex processing.

\xppff now musicsize-dependent.

Moved definitions of \raggedstoppiece and \slide into musixtex.tex.
2015-08-02 11:49:59 +00:00

35 lines
972 B
Makefile

# $NetBSD: Makefile,v 1.33 2015/08/02 11:49:59 markd Exp $
DISTNAME= musixtex
PKGNAME= tex-${DISTNAME}-1.18
TEXLIVE_REV= 37959
MAINTAINER= dgriffi@cs.csubak.edu
HOMEPAGE= http://ctan.org/pkg/musixtex
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"