freebsd-ports/print/pmw/Makefile
Marcus Alves Grando 8e147a6c50 Update to 4.10
Change master sites
Respect CFLAGS

PR:		87437
Submitted by:	Gerhard Gonter <g.gonter@ieee.org> (maintainer)
2005-10-14 15:59:55 +00:00

35 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.10
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>