| 1 | # $Id: Portfile,v 1.2 2005/08/16 20:32:59 mww Exp $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup python24 1.0 |
|---|
| 5 | |
|---|
| 6 | name spe |
|---|
| 7 | version 0.8.1.b |
|---|
| 8 | categories editors python |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers phw@opendarwin.org |
|---|
| 11 | description spe - Stani's Python Editor |
|---|
| 12 | long_description spe - Stani's Python Editor \ |
|---|
| 13 | Free Python IDE with Blender, Kiki, PyChecker, \ |
|---|
| 14 | Remote Debugger, Uml and wxGlade support. |
|---|
| 15 | |
|---|
| 16 | homepage http://www.stani.be/python/spe/blog/ |
|---|
| 17 | master_sites http://download.berlios.de/python/ |
|---|
| 18 | distname SPE-${version}-wx2.6.1.0.-bl2.35 |
|---|
| 19 | checksums md5 121ecf3f486b263afa959263798ab5d7 |
|---|
| 20 | |
|---|
| 21 | depends_lib-append port:py-wxpython |
|---|
| 22 | |
|---|
| 23 | patch { |
|---|
| 24 | reinplace "s|python|pythonw2.4|1" ${worksrcpath}/spe |
|---|
| 25 | } |
|---|
| 26 | |
|---|
| 27 | post-destroot { |
|---|
| 28 | file delete ${destroot}${prefix}/bin/spe_wininst.py |
|---|
| 29 | } |
|---|