mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.2 KiB
Tcl
39 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup PhilipHazel pmw 5.33 pmw-
|
|
github.tarball_from archive
|
|
revision 0
|
|
categories textproc audio
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description music typesetting processor generating PostScript
|
|
long_description Philips Music Writer (PMW) is a computer program for \
|
|
high quality music typesetting generating PostScript \
|
|
from textfiles.
|
|
|
|
homepage https://philiphazel.github.io/pmw/
|
|
|
|
checksums rmd160 c0c59c7f82ff07fdebaa0be612f88c949764214d \
|
|
sha256 0018c9fc4ac5cfa697afd99d4105ae6208b618f65bf842523561f40d1ce6447c \
|
|
size 4173179
|
|
|
|
build.target
|
|
|
|
# Disable silent rules
|
|
build.args FULLECHO=
|
|
|
|
use_autoreconf yes
|
|
|
|
test.run yes
|
|
|
|
destroot.destdir-append \
|
|
MANDIR=${destroot}${prefix}/share/man
|
|
|
|
post-destroot {
|
|
xinstall -d ${destroot}${prefix}/share/doc/${name}
|
|
xinstall -m 644 ${worksrcpath}/doc/spec.pdf ${destroot}${prefix}/share/doc/${name}/
|
|
}
|