diff options
author | jmz <jmz@FreeBSD.org> | 1995-07-15 23:13:59 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-07-15 23:13:59 +0000 |
commit | c9b400aaebda83eba2169cbc8cf206f08b4ef498 (patch) | |
tree | 7b41105cd87421602986f00020029c2ba68e7a28 /print/musixtex/Makefile | |
parent | e5947f3e45b5f65f2c7e9ce7664978acb1639f65 (diff) | |
download | FreeBSD-ports-c9b400aaebda83eba2169cbc8cf206f08b4ef498.zip FreeBSD-ports-c9b400aaebda83eba2169cbc8cf206f08b4ef498.tar.gz |
A set of TeX macros to typeset polyphonic, orchestral or polyphonic music
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'print/musixtex/Makefile')
-rw-r--r-- | print/musixtex/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile new file mode 100644 index 0000000..3d79230 --- /dev/null +++ b/print/musixtex/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: musixtex +# Version required: ? +# Date created: 9 july 1995 +# Whom: jmz +# +# $Id$ +# +PKGNAME= musixtex-3.96 +DISTFILES= musixtex-T396.tar.gz musixexa-0375.tar.gz +CATEGORIES+= printing +MASTER_SITES= ftp://ftp.tex.ac.uk//tex-archive/macros/musixtex/taupin/ +NO_WRKSUBDIR= yes + +MAINTAINER= jmz@FreeBSD.org + +EXEC_DEPENDS= tex:${PORTSDIR}/print/tex + +.include <bsd.port.mk> |