blob: d80fce94526638afd9b99ee671a71608878f7814 (
plain) (
tree)
|
|
# 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>
|