# $Id: Portfile,v 1.2 2005/08/16 20:32:59 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name spe version 0.7.5.b categories editors python platforms darwin maintainers phw@opendarwin.org description spe - Stani's Python Editor long_description spe - Stani's Python Editor \ Free Python IDE with Blender, Kiki, PyChecker, \ Remote Debugger, Uml and wxGlade support. homepage http://www.stani.be/python/spe/blog/ master_sites http://download.berlios.de/python/ distname SPE-${version}-wx2.6.1.0.-bl2.35 checksums md5 2ab2d408de333bc9b27e21b9f5f8de33 depends_lib-append port:py-wxpython patch { reinplace "s|python|pythonw2.4|1" ${worksrcpath}/spe } post-destroot { file delete ${destroot}${prefix}/bin/spe_wininst.py }