freebsd-ports/print/pmw/Makefile
Kirill Ponomarev 3099390864 Fix MASTER_SITES.
Assign mainternership to submitter.

PR:		ports/75986
Submitted by:	Gerhard Gonter <g.gonter at ieee dot org>
2005-01-09 12:47:44 +00:00

38 lines
808 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.06
PORTREVISION= 1
CATEGORIES= print audio
MASTER_SITES= ftp://ftp.at.freebsd.org/pub/mirrors/www.quercite.com/ \
http://www.quercite.com/
MAINTAINER= g.gonter@ieee.org
COMMENT= High quality music typesetting program
PKGMESSAGE= ${WRKDIR}/pkg-message
GNU_CONFIGURE= yes
ALL_TARGET= build
MAN1= pmw.1
post-patch:
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g' ${MASTERDIR}/pkg-message > ${PKGMESSAGE}
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>