1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/print/musixtex/Makefile
Dmitry Marakasov 6d89993892 - Mark BROKEN: does not build:
kpathsea: Running mktexfmt tex.fmt
mktexfmt: No such file or directory
Sorry, I can't find the format `tex.fmt'; will try `initex.fmt'.

kpathsea: Running mktexfmt initex.fmt
mktexfmt: No such file or directory
I can't find the format file `initex.fmt'!
*** Error code 1

Reported by:	pkg-fallout
2016-08-17 15:48:30 +00:00

27 lines
576 B
Makefile

# Created by: jmz
# $FreeBSD$
PORTNAME= musixtex
PORTVERSION= T112
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= http://icking-music-archive.org/software/musixtex/
DISTFILES= musixtex-${PORTVERSION}.tar.gz \
musixexa-${EXAMPLE_VERSION}.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of TeX macros to typeset music
BROKEN= does not build
USE_TEX= basic
EXAMPLE_VERSION= T112
post-extract:
@${MKDIR} ${WRKDIR}/musixtex-${PORTVERSION}/examples
@${CP} ${WRKDIR}/musixexa-${EXAMPLE_VERSION}/* \
${WRKDIR}/musixtex-${PORTVERSION}/examples/
.include <bsd.port.mk>