freebsd-ports/print/musixtex/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

29 lines
617 B
Makefile

# New ports collection makefile for: musixtex
# Date created: 9 july 1995
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= musixtex
PORTVERSION= T98
CATEGORIES= print
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/musixtex/taupin/
DISTFILES= musixtex-T98.tar.gz musixexa-T90.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
NO_WRKSUBDIR= yes
pre-install:
${MKDIR} ${PREFIX}/share/texmf/documentation
post-install:
@${LOCALBASE}/bin/texhash || ${TRUE}
.include <bsd.port.mk>