summaryrefslogtreecommitdiff
path: root/print/pmw/Makefile
blob: 976e12167f1fd1106725636d36aaf798c6c0b210 (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
# Created by: 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=	ports@FreeBSD.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>