freebsd-ports/print/musixtex/Makefile
Dennis Herrmann a07f67efe0 - Update MASTER_SITES/WWW
- Remove MD5 checksum

PR:		ports/155794
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-03-22 21:27:59 +00:00

34 lines
840 B
Makefile

# New ports collection makefile for: musixtex
# Date created: 9 july 1995
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= musixtex
PORTVERSION= T112
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://icking-music-archive.org/software/musixtex/
DISTFILES= musixtex-${PORTVERSION}.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= A set of TeX macros to typeset music
BUILD_DEPENDS= initex:${PORTSDIR}/print/tex
RUN_DEPENDS= initex:${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>