freebsd-ports/print/pmw/Makefile
Marcus Alves Grando f39fdf6b67 Update to 4.12
PR:		91937
Submitted by:	Gerhard Gonter <g.gonter@ieee.org> (maintainer)
2006-01-18 15:30:08 +00:00

34 lines
684 B
Makefile

# 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>