# $Id: Portfile 60534 2009-11-14 23:10:00Z ryandesign@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name macstl version 0.3.1 categories devel maintainers nomaintainer description C++ header library long_description \ The C++ header library designed to bring the Macintosh \ into the world of modern generic programming, and deliver \ the surprising speed of SIMD in an intuitive cross-platform package. homepage http://www.pixelglow.com/macstl/ master_sites http://www.pixelglow.com/downloads/ extract.suffix .tgz checksums md5 28288965464ed69718d616f7596939bb \ sha1 009e8ffdba976e3c09cbf3ff21091535771e86d9 \ rmd160 1485e24d9be7b5ed75ed62237208271d183edd86 worksrcdir ${name}/mac patchfiles patch-macstl.xcodeproj-project.pbxproj xcode.target ${name} set xcode.configuration "\"Optimized for PowerPC and Intel\"" xcode.destroot.type framework # Dummy configure to enable universal variant use_configure yes configure {} if {! [variant_isset universal]} { if {[regexp {ppc(7[45]|95)} [exec machine] _ number]} { switch [string index ${number} 0] { 7 { set model G4 } 9 { set model G5 } } if {[info exists model]} { set xcode.configuration "\"Optimized for ${model}\"" } } }