# $Id: Portfile 29543 2007-09-27 23:28:36Z raimue@macports.org $ PortSystem 1.0 name python_select version 0.1 categories sysutils platforms darwin maintainers raimue description Switch the default python interpreter long_description python_select lets you switch the default python interpreter. \ It symlinks the standard python executables \ in the MacPorts prefix to the selected version. homepage http://svn.macports.org/repository/macports/users/mww/select/ master_sites ${homepage} distname select-${version} checksums sha1 18e1f95c2ddd88210aa52eb696261859af2dc3a4 configure.args --mandir=${prefix}/share/man --name=python # install all & select python23-apple by default post-destroot { xinstall -m 644 -W ${filespath} base python23-apple python23 python24 python25 \ ${destroot}${prefix}/etc/select/python system "${destroot}${prefix}/bin/${name} -i ${destroot} python23-apple" } livecheck.check none