mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
c173c83f09
While here, modernize headers.
31 lines
610 B
Makefile
31 lines
610 B
Makefile
# Created by: 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= ports@FreeBSD.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>
|