mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
b70e8b7e1d
broken at that time, and a fix has not been submitted to GNATS.
41 lines
804 B
Makefile
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>
|