blob: d80fce94526638afd9b99ee671a71608878f7814 (
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
|
# New ports collection makefile for: pmw
# Date Created: 28 May 2004
# Whom: Brian Candler <B.Candler@pobox.com>
#
# $FreeBSD$
#
PORTNAME= pmw
PORTVERSION= 4.12
CATEGORIES= print audio
MASTER_SITES= ftp://ftp.univie.ac.at/applications/www.quercite.com/ \
http://www.quercite.com/
MAINTAINER= g.gonter@ieee.org
COMMENT= High quality music typesetting program
GNU_CONFIGURE= yes
ALL_TARGET= build
MAN1= pmw.1
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
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>
|