# $Id: Portfile 70583 2010-08-14 13:56:39Z ryandesign@macports.org $ PortSystem 1.0 name scala_select version 0.1 revision 0 categories sysutils platforms darwin license BSD maintainers openmaintainer krischik supported_archs noarch description Switch the default scala compiler long_description scala_select lets you switch the default compiler. \ It symlinks the standard compiler executables \ in the MacPorts prefix to the selected version. homepage http://svn.macports.org/repository/macports/contrib/select/ master_sites ${homepage} distname select-${version} checksums sha1 18e1f95c2ddd88210aa52eb696261859af2dc3a4 configure.args --mandir=${prefix}/share/man --name=scala post-destroot { xinstall -m 644 -W ${filespath} base \ ${destroot}${prefix}/etc/select/scala } # install & select scala28 platform darwin 10 { post-destroot { xinstall -m 644 -W ${filespath} scala28 \ ${destroot}${prefix}/etc/select/scala } } livecheck.type none