# $Id: Portfile 27756 2007-08-13 21:34:13Z nox@macports.org $ PortSystem 1.0 PortGroup xcode 1.0 name CocoaDialog version 2.1.1 categories aqua sysutils platforms darwin maintainers nomaintainer 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 worksrcdir cocoadialog xcode.target ${name} # Dummy configure to enable +universal. use_configure yes configure {} if {! [variant_isset universal]} { set arch ${os.arch} if {! [string compare ${os.arch} powerpc]} { set arch ppc } xcode.build.settings-append ARCHS=${arch} xcode.destroot.settings-append ARCHS=${arch} }