1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/print/pmw/Makefile
Kris Kennaway b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00

41 lines
804 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
CATEGORIES= print audio
MASTER_SITES= http://www.quercite.com/
MAINTAINER= ports@FreeBSD.org
COMMENT= High quality music typesetting program
BROKEN= Unfetchable
EXPIRATION_DATE=2005-02-18
DEPRECATED= ${BROKEN}
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>