63d1e7f234
Minor corrections and updates: dummy file tuplet.tex, definitions of \qap, \qapp, \tqsk. \ignorespaces in musixltx.tex.
35 lines
972 B
Makefile
35 lines
972 B
Makefile
# $NetBSD: Makefile,v 1.37 2017/08/23 22:49:14 markd Exp $
|
|
|
|
DISTNAME= musixtex
|
|
PKGNAME= tex-${DISTNAME}-1.25
|
|
TEXLIVE_REV= 44885
|
|
|
|
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"
|