# $Id: Portfile,v 1.11 2005/01/15 09:38:59 waqar Exp $ PortSystem 1.0 name class-dump version 3.0 categories devel maintainers waqar@opendarwin.org 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/ platforms macosx master_sites http://www.codethecode.com/download use_bzip2 yes checksums md5 958b510c16512ec32a220acaf56cc729 worksrcdir ${distname}/src use_configure no build.type pbx build.target destroot { cd ${worksrcpath} system "${build.cmd} install INSTALL_PATH=${prefix}/bin \ INSTALL_MODE_FLAG=go-w,a+rX DSTROOT=${destroot}" }