diff options
author | jmz <jmz@FreeBSD.org> | 1995-07-16 07:23:05 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-07-16 07:23:05 +0800 |
commit | 4fd4e5f4f8e49f695e4a6ff5aa59bfe17470a41e (patch) | |
tree | 108ba60b6ffaebe7b62ee2a6da84f5fc1cb8fb11 /print | |
parent | c9b400aaebda83eba2169cbc8cf206f08b4ef498 (diff) | |
download | freebsd-ports-graphics-4fd4e5f4f8e49f695e4a6ff5aa59bfe17470a41e.tar.gz freebsd-ports-graphics-4fd4e5f4f8e49f695e4a6ff5aa59bfe17470a41e.tar.zst freebsd-ports-graphics-4fd4e5f4f8e49f695e4a6ff5aa59bfe17470a41e.zip |
Add musixtex
Convert to the new format
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/print/Makefile b/print/Makefile index 9361ba56e75..df8f6c4bb05 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,10 +1,25 @@ -# $Id: Makefile,v 1.17 1995/05/13 09:20:19 asami Exp $ +# $Id: Makefile,v 1.18 1995/05/14 03:29:57 asami Exp $ # -SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript ghostview \ - latex latex209 makeindex mltex psutils \ - rtf2latex \ - tex texinfo tr2latex transfig xdvi \ - xtexshell + SUBDIR += a2ps + SUBDIR += afm + SUBDIR += dvi2xx + SUBDIR += dvips + SUBDIR += dviselect + SUBDIR += ghostscript + SUBDIR += ghostview + SUBDIR += latex + SUBDIR += latex209 + SUBDIR += makeindex + SUBDIR += mltex + SUBDIR += musixtex + SUBDIR += psutils + SUBDIR += rtf2latex + SUBDIR += tex + SUBDIR += texinfo + SUBDIR += tr2latex + SUBDIR += transfig + SUBDIR += xdvi + SUBDIR += xtexshell .include <bsd.port.subdir.mk> |