231a15168e
Chordii reads a text file containing the lyrics of a song, the chords to be played, their description and some other optional data. The format used is the so called ChordPro format. Chordii produces a PostScript document that includes: - Centered titles - Chord names above the words - Graphical representation of the chords at the end of the songs Chordii also provides support for: - Multiple columns on a page - Index of a songbook - Multiple logical pages per physical pages (1, 2 or 4) - Configurable fonts for the lyrics and the chord names - Multiple songs inside one file - The complete ISO 8859-1 character set - Chorus marking
14 lines
366 B
Makefile
14 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/29 08:54:02 darcy Exp $
|
|
|
|
DISTNAME= chordii-4.5.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chordii/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Produce PS sheet-music from text input
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
GNU_CONFIGURE = yes
|
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|