From d668f0743d384a4f0d096a72f1b4883f130e9488 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 1 Apr 2006 14:32:48 +0000 Subject: Initial import of abc2ps-1.3.3, a music typesetting program for abc. Abc2ps is a typesetting program for abc. It reads a file containing abc code and outputs the music to another file in Postscript. The music can then displayed (i.e. using ghostview) or printed on a Postscript printer. The program is written in C and runs on most systems which have a C compiler. --- print/abc2ps/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 print/abc2ps/Makefile (limited to 'print/abc2ps/Makefile') diff --git a/print/abc2ps/Makefile b/print/abc2ps/Makefile new file mode 100644 index 00000000000..56ab0cd9618 --- /dev/null +++ b/print/abc2ps/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/01 14:32:48 ben Exp $ +# + +DISTNAME= ABC2PS-${ABC2PSVER} +PKGNAME= abc2ps-${ABC2PSVER} +CATEGORIES= print +MASTER_SITES= http://www.ihp-ffo.de/~msm/abc_src/ +EXTRACT_SUFX= .tar.Z +WRKSRC= ${WRKDIR} + +MAINTAINER= ben@NetBSD.org +HOMEPAGE= http://www.ihp-ffo.de/~msm/ +COMMENT= Music typesetting program for abc + +ABC2PSVER= 1.3.3 + +do-build: + cd ${WRKSRC} && ${CC} -o abc2ps abc2ps.c + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/abc2ps + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/abc2ps + ${INSTALL_PROGRAM} ${WRKSRC}/abc2ps ${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_DATA} Changes License New.Features \ + ReadMe.abc2ps layout.txt ${PREFIX}/share/doc/abc2ps/ + cd ${WRKSRC} && ${INSTALL_DATA} bach.abc blue_boy_bass.abc \ + bran5.abc celloprelude.abc desafinado.abc fbook.fmt \ + fonts.fmt journey.abc landscape.fmt mtunes1.abc \ + newfeatures.abc sample.abc scotland.abc trio.abc \ + voices.abc ${PREFIX}/share/examples/abc2ps/ + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3