pkgsrc/audio/solfege/Makefile
schmonz d902b2bf64 Update to 3.0.6. From the changelog:
* singinterval bugfix: don't crash if last question in tests is anwered wrongly.
* chord-m7-7-maj7-m7b5-dim7 and chord-m9-9-7b9-maj79: Don't crash
    when running tests.
* Add the singanswer lesson files to the pratise menu.
* Correctly connect ComboBoxEntry events in preferences window.
* Don't show GtkWarnings in the traceback window. Added --show-gtk-warnings
    commandline options for those who want to see them.
* Fixed the singanswer module and added some "Sing chord tone"
    exercises to the practise menu.
* updated no.po
* Added gui in the preferences window to select the language to be
    used. Use this if solfege does not select the correct one by default.
* Added swedish translations. Thanks to Daniel Nylander.
* Updated italian translation. Thanks to Marco Colombo.
* Build fixes to the linux midi module.
* Distribute all .po files in the windows build.
2006-01-19 01:23:36 +00:00

32 lines
909 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/01/19 01:23:36 schmonz Exp $
#
DISTNAME= solfege-3.0.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=solfege/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.solfege.org/
COMMENT= Practice several musical ear training exercises
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --disable-oss-sound
USE_TOOLS+= gmake gm4 pkg-config
USE_MAKEINFO= yes
PYTHON_VERSIONS_ACCEPTED= 24 23
PYTHON_PATCH_SCRIPTS= *.py *.py.in */*.py */*.py.in
EGDIR= ${PREFIX}/share/examples/solfege
CONF_FILES+= ${EGDIR}/${PKGBASE}/solfege ${PKG_SYSCONFDIR}/solfege
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR:Q}
INSTALLATION_DIRS= ${EGDIR}
.include "../../lang/python/application.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"