1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name solfege |
---|
6 | version 3.14.0 |
---|
7 | categories education python |
---|
8 | maintainers gmail.com:allencmcbride |
---|
9 | description Ear training software |
---|
10 | long_description Solfege is a free eartraining program. The program is part of the \ |
---|
11 | GNU Project. One of the ideas of this program is that you can extend \ |
---|
12 | the program without having to dig into the source code. If you want \ |
---|
13 | to practise some special chords or want to practise dictation with \ |
---|
14 | some music not included, you can write lesson files and put them \ |
---|
15 | into a lessonfiles subdirectory in your home directory. |
---|
16 | |
---|
17 | homepage http://www.solfege.org/ |
---|
18 | platforms darwin |
---|
19 | master_sites sourceforge |
---|
20 | |
---|
21 | checksums md5 ce76658c3f6843a6bb1ae6baff190a6a \ |
---|
22 | sha1 301e03a41254b7e23ddace1a026aee04180a1581 \ |
---|
23 | rmd160 ac519d1f3ec929136e83a2a1a2912326557c8fa9 |
---|
24 | |
---|
25 | depends_lib port:python25 |
---|
26 | |
---|
27 | depends_build port:gettext \ |
---|
28 | port:texinfo |
---|
29 | |
---|
30 | depends_run port:py25-gtk \ |
---|
31 | port:gtk2 \ |
---|
32 | port:libgtkhtml |
---|
33 | |
---|
34 | configure.env PYTHON=${prefix}/bin/python2.5 |
---|