# $Id: Portfile 70898 2010-08-25 13:59:03Z snc@macports.org $

PortSystem	1.0
PortGroup	xcode 1.0

name		CocoaDialog
revision    1
version		2.1.1
categories	aqua sysutils
maintainers	me.com:tsupplis
description	common GUI controls for command-line application
long_description	CocoaDialog is an OS X application that allows the use \
			of common GUI controls such as file selectors, text \
			input, progress bars, yes/no confirmations and more \
			with a command-line application. It requires no \
			knowledge of Cocoa, and is ideal for use in shell and \
			Perl scripts (or Ruby, or Python, or... etc).

homepage		http://cocoadialog.sourceforge.net/
master_sites	sourceforge:cocoadialog
extract.suffix	.tgz
distname		${name}-src-${version}
checksums		md5 c6d9b49a1aee3cea16d0f6da7f37cedf \
				sha1 d04fd9bf821cfdf85b8a6cbcce5872290a4a14b3 \
				rmd160 326929352d81807ab3362cc806972ee4e1de9e47

patchfiles      patch-CDControl.h patch-CDControl.m \
                patch-AppController.h patch-AppController.m \
                patch-KABubbleWindow.m patch-KABubbleWindowView.h \
                patch-KABubbleWindowView.m

worksrcdir		cocoadialog

xcode.target	${name}
