# $Id: Portfile,v 1.1 2004/04/27 14:33:45 mww Exp $ PortSystem 1.0 name CocoaDialog version 1.1.1 categories aqua sysutils platforms darwin maintainers mww@opendarwin.org 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 distfiles ${name}-src-${version}.tgz checksums md5 cd0640ce4715852d206761eef7606ec0 worksrcdir cocoadialog use_configure no build.type pbx build.target destroot { xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/ file copy ${worksrcpath}/build/CocoaDialog.app \ ${destroot}/Applications/DarwinPorts/ }