# $Id: Portfile,v 1.3 2006/04/08 06:20:44 markd Exp $

PortSystem 1.0
PortGroup python24 1.0

name			spe
version			0.8.2.a
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
checksums		md5 d5d5a55414aa2410ac430f7e79b271e5

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
}
