freebsd-ports/print/musixtex/Makefile

29 lines
617 B
Makefile
Raw Normal View History

# New ports collection makefile for: musixtex
# Date created: 9 july 1995
# Whom: jmz
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
2000-04-09 19:50:59 +02:00
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
1995-09-23 22:24:13 +02:00
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>