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