# $Id: Portfile 87881 2011-12-10 18:41:46Z jeremyhu@macports.org $ PortSystem 1.0 PortGroup select 1.0 name llvm_select version 0.1 categories sysutils platforms darwin license BSD maintainers jeremyhu supported_archs noarch description common files for selecting default llvm version long_description llvm_select installs files that allow 'port select' to \ switch the default version of llvm. \ It symlinks the standard llvm executables \ in the MacPorts prefix to the selected version. homepage http://www.macports.org/ distfiles use_configure no build {} destroot { select::install llvm ${filespath}/base select::install llvm ${filespath}/none } livecheck.type none