Ticket #18870: Portfile

File Portfile, 1.3 KB (added by allencmcbride@…, 15 years ago)

Portfile for new port of solfege-3.14.0

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                solfege
6version             3.14.0
7categories          education python
8maintainers         gmail.com:allencmcbride
9description         Ear training software
10long_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
17homepage            http://www.solfege.org/
18platforms           darwin
19master_sites        sourceforge
20
21checksums           md5     ce76658c3f6843a6bb1ae6baff190a6a \
22                    sha1    301e03a41254b7e23ddace1a026aee04180a1581 \
23                    rmd160  ac519d1f3ec929136e83a2a1a2912326557c8fa9
24
25depends_lib         port:python25
26
27depends_build       port:gettext \
28                    port:texinfo
29
30depends_run         port:py25-gtk \
31                    port:gtk2 \
32                    port:libgtkhtml
33
34configure.env       PYTHON=${prefix}/bin/python2.5