# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name py25-tkinter version 2.5.4 revision 1 categories python graphics platforms darwin maintainers nomaintainer description This is a stub. tkinter is now build with python25 long_description ${description} homepage http://www.python.org/doc/current/lib/module-Tkinter.html build { } distfiles destroot { xinstall -d ${destroot}${prefix}/share/doc/${name} system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt" } livecheck.type none