a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22668 2007-03-09 18:32:38Z waqar@macports.org $
PortSystem 1.0
name class-dump
version 3.1.1
categories devel
maintainers waqar@macports.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
checksums md5 780b63f26c9b0248c2f93a3aee334a33 \
sha1 510dcaf1bb1f046a60ac668ded3fb469f42bf8b2
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}"
}