9d036251e5
PR: ports/76361 Submitted by: maya <maya@negeta.com>
34 lines
832 B
Makefile
34 lines
832 B
Makefile
# New ports collection makefile for: musixtex
|
|
# Date created: 9 july 1995
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= musixtex
|
|
PORTVERSION= T112
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/musixtex/taupin/
|
|
DISTFILES= musixtex-${PORTVERSION}.tar.gz
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
COMMENT= A set of TeX macros to typeset music
|
|
|
|
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
|
|
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
|
|
|
|
EXAMPLE_VERSION= T112
|
|
DISTFILES+= musixexa-${EXAMPLE_VERSION}.tar.gz
|
|
|
|
post-extract:
|
|
@${MKDIR} ${WRKDIR}/musixtex-${PORTVERSION}/examples
|
|
@${CP} ${WRKDIR}/musixexa-${EXAMPLE_VERSION}/* ${WRKDIR}/musixtex-${PORTVERSION}/examples/
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/share/texmf/documentation
|
|
|
|
post-install:
|
|
@${LOCALBASE}/bin/texhash || ${TRUE}
|
|
|
|
.include <bsd.port.mk>
|