# $Id: Portfile,v 1.12 2006/03/16 02:50:40 waqar Exp $

PortSystem 1.0
name		class-dump
version		3.1
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

checksums	md5 8c0a0147ab29ba6e38dbe4b6b0b799ae			\
		sha1 bd1a0b5499769053f3a0012dc00d55daf0db7075
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}"
}
