Ticket #6516: spe-Portfile.txt

File spe-Portfile.txt, 755 bytes (added by edkosh@…, 19 years ago)

spe 0.8.1b Portfile

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