Ticket #19007: Portfile-solfege-raimue.diff
File Portfile-solfege-raimue.diff, 1.0 KB (added by raimue (Rainer Müller), 16 years ago) |
---|
-
Portfile
5 5 6 6 name solfege 7 7 version 3.14.0 8 revision 1 8 9 categories audio education python 9 10 maintainers gmail.com:allencmcbride 10 11 description Ear training software … … 23 24 port:texinfo 24 25 depends_run port:py25-gtk \ 25 26 port:gtk2 \ 26 port:libgtkhtml 27 port:libgtkhtml \ 28 port:qtplay 27 29 28 30 master_sites sourceforge 29 31 checksums md5 ce76658c3f6843a6bb1ae6baff190a6a \ 30 32 sha1 301e03a41254b7e23ddace1a026aee04180a1581 \ 31 33 rmd160 ac519d1f3ec929136e83a2a1a2912326557c8fa9 32 34 35 patchfiles patch-default-config.diff 36 37 post-patch { 38 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/default.config 39 } 40 33 41 configure.env PYTHON=${prefix}/bin/python2.5