Songwrite 2 is a music score and songbook editor. This software is especially designed for musicians who do not master solfege (like me!) and to Linuxian musicians. Songwrite 2 can edit staffs, but also tablatures (for guitar, bass, banjo, lyre, diatonic accordion,...) and flute fingerings (for tin whistle, recorder,...); it also manages lyrics. Songwrite 2 can play and print the partitions.
11 lines
263 B
Makefile
11 lines
263 B
Makefile
# $NetBSD: options.mk,v 1.1 2012/12/31 23:38:01 othyro Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.songwrite2
|
|
PKG_SUPPORTED_OPTIONS= debug
|
|
PKG_SUGGESTED_OPTIONS+= # blank
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
|
BUILD_OPTIONS+= --debug
|
|
.endif
|