# $Id$ PortSystem 1.0 PortGroup python 1.0 name py-tkinter version 2.4.6 categories python graphics license PSF platforms darwin maintainers nomaintainer description Python bindings to the Tk widget set long_description ${description} homepage http://docs.python.org/release/2.4.4/lib/module-Tkinter.html master_sites http://www.python.org/ftp/python/${version}/ distname Python-${version} dist_subdir python24 checksums sha1 cb1972a554a458f6a26d3e047b359251865d7c96 \ rmd160 0687989193dec2ac108142759281be7ddcf7f31e use_bzip2 yes python.versions 24 subport py24-tkinter { depends_lib-append port:tk worksrcdir ${worksrcdir}/Modules extract.post_args "| tar -xf - ${distname}/Modules/_tkinter.c \ ${distname}/Modules/tkappinit.c" post-extract { file copy ${filespath}/setup.py ${worksrcpath} } configure { reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/setup.py reinplace "s|__TK-VERSION__|8.5|g" ${worksrcpath}/setup.py } } livecheck.type regex livecheck.url http://www.python.org/download/releases/ livecheck.regex Python (2.4.\[0-9\]+)