diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-29 12:11:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-29 12:11:59 +0000 |
commit | a09100bfde55399622b5c11d7414cefc35abbf62 (patch) | |
tree | 7def2b6308cb5497846f2c3fe8b06165dd29b555 /print/Makefile | |
parent | 38112ed099fe56db319fed366b0dd7120c680a3f (diff) |
Add pmw, a computer program for high quality music typesetting.
PMW operates by reading an input file containing an encoded
description of the music; such a file can be constructed using any
text editor or word processor. The music encoding is very
straightforward and compact, and quick to enter.
PR: ports/67283
Submitted by: Brian Candler <B.Candler@pobox.com>
Notes
Notes:
svn path=/head/; revision=110268
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 855a396910e0..58bce5b38f2a 100644 --- a/print/Makefile +++ b/print/Makefile @@ -183,6 +183,7 @@ SUBDIR += pkfonts360 SUBDIR += pkfonts400 SUBDIR += pkfonts600 + SUBDIR += pmw SUBDIR += pnm2ppa SUBDIR += poster SUBDIR += preview-latex |