# $Id: Portfile 126227 2014-10-05 19:49:30Z mfeiri@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name dtrace version 118.1 categories sysutils maintainers mfeiri openmaintainer homepage http://opensource.apple.com/source/${name}/ master_sites http://opensource.apple.com/tarballs/${name}/ license APSL-2 CDDL description DTrace support tools long_description The ctfconvert, ctfmerge and ctfdump tools for \ DTrace, required to build the XNU kernel. The main \ dtrace tool and libraries are not included, because \ these rely on an unpublished private framework. checksums rmd160 2a0fbf2b300823e3c54c29d6446785732337443d \ sha256 8ef1630e69dbd55675be24b3cc57bded849a97f0178af1f64eaffefd1aeae55e xcode.destroot.path ${prefix}/bin xcode.target ctfconvert ctfmerge ctfdump # for ppc support if {${os.major} == 9} { version 48.1 checksums rmd160 530acfb4bb2b69b121e5f461abba2a78ab53bd57 \ sha256 3fdee5d4fcb36a4dae0f877dbe50330bd905cb09b10e70e7a219370a6e30760a depends_build path:${prefix}/lib/libiberty.a:binutils xcode.build.settings LIBRARY_SEARCH_PATHS='${prefix}/lib' xcode.destroot.settings LIBRARY_SEARCH_PATHS='${prefix}/lib' } livecheck.type regex livecheck.regex "${name}-(\[\\d.\]+)"