# $Id: Portfile 57753 2009-09-16 05:31:07Z jmr@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name class-dump version 3.2 categories devel maintainers waqar description Utility for examining the Objective-C segment of Mach-O files. long_description \ It generates declarations for the classes, categories and \ protocols. This is the same information provided by using \ 'otool -ov', but presented as normal Objective-C declarations. homepage http://www.codethecode.com/projects/class-dump/ master_sites http://www.codethecode.com/download/ checksums md5 4a0196bbbbaa0e3325ac1ade86b8655a \ sha1 7c69a128f17438d3db4cf7b6b65a3a4f731332bd \ rmd160 5bd09437d764ee4631cc1b7e7f1acc13be638f97 worksrcdir ${distname}/src xcode.target all xcode.configuration Release xcode.destroot.path ${prefix}/bin if {${os.major} < 9} { pre-fetch { return -code error "$name requires Mac OS X 10.5 or later." } } livecheck.type regex livecheck.url ${homepage}release-notes.html livecheck.regex {Version (\d+(?:\.\d+)*) -}