a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name CocoaDialog
version 2.1.1
categories aqua sysutils
platforms darwin
maintainers nomaintainer@macports.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 c6d9b49a1aee3cea16d0f6da7f37cedf
worksrcdir cocoadialog
use_configure no
build.cmd xcodebuild
build.args -configuration Deployment build
build.target -target $name
destroot {
xinstall -m 755 -d ${destroot}/Applications/MacPorts/
file copy ${worksrcpath}/build/Deployment/CocoaDialog.app \
${destroot}/Applications/MacPorts/
}