# $Id$ PortSystem 1.0 PortGroup xcode 1.0 PortGroup xcodeversion 1.0 name developer_cmds version 58 categories devel maintainers mfeiri openmaintainer homepage http://opensource.apple.com/source/${name}/ master_sites http://opensource.apple.com/tarballs/${name}/ license BSD description A set of general BSD commands for developers long_description Apple's BSD general commands for developers including \ the asa utility, ctags, indent, lorder, mkdep, \ rpcgen, unifdef, vgrind, and what. checksums rmd160 07d7cf21f1786c4e5d2ffd4042734ece3062f421 \ sha256 55635c56fe93b5436dbc95fe1c67e728fd9232ef9b24ec05e3c6bc90d4451cc8 xcode.destroot.path ${prefix}/bin post-extract { reinplace "s|\$(DT_TOOLCHAIN_DIR)/usr|${prefix}|g" \ ${worksrcpath}/${name}.xcodeproj/project.pbxproj foreach f [glob ${worksrcpath}/xcodescripts/*.sh] { reinplace "s|\"\$DSTROOT\"/\"\$DT_TOOLCHAIN_DIR\"/usr|${destroot}${prefix}|g" $f } } post-destroot { file rename ${destroot}${prefix}/bin/vfontedpr ${destroot}${prefix}/libexec/vfontedpr } livecheck.type regex livecheck.regex "${name}-(\[\\d.\]+)"