# $Id: Portfile 113520 2013-11-19 00:10:51Z mfeiri@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name dtrace version 118 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 93c859837559cebb60930a29358a8de61aadb803 \ sha256 67033d206c285e46e23855b0e33ee5942562de85d64c6fd94ebb68ff228aca70 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.\]+)"