Ticket #18870: Portfile.2

File Portfile.2, 1.4 KB (added by nerdling (Jeremy Lavergne), 15 years ago)

tweaks. does this still function correctly for you?

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