aboutsummaryrefslogtreecommitdiffstats
path: root/print/musixtex/Makefile
blob: 5672eb8c77025cd53826e44d1e7e955a6b7adb89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    musixtex
# Date created:         9 july 1995
# Whom:                 jmz
#
# $FreeBSD$
#

PORTNAME=   musixtex
PORTVERSION=    T112
PORTREVISION=   1
CATEGORIES= print
MASTER_SITES=   ftp://ftp.tex.ac.uk/tex-archive/macros/musixtex/taupin/
DISTFILES=  musixtex-${PORTVERSION}.tar.gz

MAINTAINER= ports@FreeBSD.org
COMMENT=    A set of TeX macros to typeset music

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

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>