# $Id: Portfile 120440 2014-05-28 04:53:58Z jeremyhu@macports.org $ PortSystem 1.0 PortGroup select 1.0 name clang_select version 1.0 categories sysutils platforms darwin license BSD maintainers jeremyhu supported_archs noarch description common files for selecting default clang version long_description clang_select installs files that allow 'port select' to \ switch the default version of clang. \ It symlinks the standard compiler executables \ in the MacPorts prefix to the selected version. homepage http://www.macports.org/ distfiles use_configure no build {} destroot { select::install clang ${filespath}/base select::install clang ${filespath}/none } livecheck.type none