1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/print/pmw/Makefile
Sunpoet Po-Chuan Hsieh e35a840ab9 - Update to 4.27
- Pass maintainership to submitter

Changes:
- If a bar containing a long rest symbol is wider or narrower than normal, the
  |----| symbol is now drawn instead of using the font character. This means it
  can be made longer or shorter. In particular, it is now possible to have one
  long bar right across the page as is common in instrumental parts for tacet
  movements.
- Updated font-handling to add the remaining Unicode characters in the Latin-A
  extended font, together with the infinity character, all of which are present
  in modern fonts.
- The PDF index in the manual now has clickable links to the individual letter
  headings in the index.

PR:		ports/184514
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-12-05 20:25:41 +00:00

27 lines
513 B
Makefile

# Created by: Brian Candler <B.Candler@pobox.com>
# $FreeBSD$
PORTNAME= pmw
PORTVERSION= 4.27
CATEGORIES= print audio
MASTER_SITES= http://www.quercite.com/
MAINTAINER= 5u623l20@gmail.com
COMMENT= High quality music typesetting program
LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
MAKE_ARGS= FULLECHO=""
ALL_TARGET= build
SUB_FILES= pkg-message
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${INSTALL_DATA} ChangeLog spec.pdf ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>