aboutsummaryrefslogtreecommitdiffstats
path: root/print/pmw/Makefile
blob: ad4e43fef1471a0233cd13452473e46e6351291e (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
38
# New ports collection makefile for:    pmw
# Date Created:             28 May 2004
# Whom:                 Brian Candler <B.Candler@pobox.com>
#
# $FreeBSD$
#

PORTNAME=   pmw
PORTVERSION=    4.06
CATEGORIES= print audio
MASTER_SITES=   http://www.quercite.com/

MAINTAINER= ports@FreeBSD.org
COMMENT=    High quality music typesetting program

BROKEN=     Unfetchable

PKGMESSAGE= ${WRKDIR}/pkg-message

GNU_CONFIGURE=  yes
ALL_TARGET= build

MAN1=       pmw.1

post-patch:
    @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \
        s|%%LOCALBASE%%|${LOCALBASE}|g' ${MASTERDIR}/pkg-message > ${PKGMESSAGE}

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in ChangeLog spec.pdf
    ${INSTALL_MAN} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>