1995-07-16 01:13:59 +02:00
|
|
|
# New ports collection makefile for: musixtex
|
|
|
|
# Date created: 9 july 1995
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1995-07-16 01:13:59 +02:00
|
|
|
#
|
1996-11-26 09:05:07 +01:00
|
|
|
|
2000-04-09 19:50:59 +02:00
|
|
|
PORTNAME= musixtex
|
2005-01-19 11:24:14 +01:00
|
|
|
PORTVERSION= T112
|
2007-07-06 10:23:53 +02:00
|
|
|
PORTREVISION= 1
|
1996-11-17 09:45:20 +01:00
|
|
|
CATEGORIES= print
|
1998-01-26 13:01:18 +01:00
|
|
|
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/musixtex/taupin/
|
2005-01-19 11:24:14 +01:00
|
|
|
DISTFILES= musixtex-${PORTVERSION}.tar.gz
|
1995-07-16 01:13:59 +02:00
|
|
|
|
2008-11-29 01:11:56 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A set of TeX macros to typeset music
|
1995-07-16 01:13:59 +02:00
|
|
|
|
2007-07-06 10:23:53 +02:00
|
|
|
BUILD_DEPENDS= initex:${PORTSDIR}/print/tex
|
|
|
|
RUN_DEPENDS= initex:${PORTSDIR}/print/tex
|
1995-07-16 01:13:59 +02:00
|
|
|
|
2005-01-19 11:24:14 +01:00
|
|
|
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/
|
1996-11-26 09:05:07 +01:00
|
|
|
|
|
|
|
pre-install:
|
1997-02-18 17:57:35 +01:00
|
|
|
${MKDIR} ${PREFIX}/share/texmf/documentation
|
1996-11-26 09:05:07 +01:00
|
|
|
|
2002-11-30 03:29:34 +01:00
|
|
|
post-install:
|
2002-12-02 17:16:48 +01:00
|
|
|
@${LOCALBASE}/bin/texhash || ${TRUE}
|
2002-11-30 03:29:34 +01:00
|
|
|
|
1995-07-16 01:13:59 +02:00
|
|
|
.include <bsd.port.mk>
|