pkgsrc-wip/songwrite2/options.mk
Blue Rats bec79ae138 Import songwrite2-0.4.1 as wip/songwrite2.
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.
2012-12-31 23:38:01 +00:00

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