a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21857 2007-02-10 16:53:48Z rhwood@macports.org $
PortSystem 1.0
name iTerm
version 0.8.2
categories aqua shells
maintainers waqar@macports.org
description Enhanced terminal emulator program for MacOS X
long_description \
iTerm is a full featured terminal emulation program written \
for OS X using Cocoa. We are aiming at providing users with \
best command line experience under OS X. The letter i \
represents a native Apple look and feel of the program \
interface, and an emphasis on complete international support.
homepage http://iterm.sourceforge.net
platforms macosx
fetch.type cvs
cvs.root :pserver:anonymous@iterm.cvs.sourceforge.net:/cvsroot/iterm
cvs.module ${name}
worksrcdir ${name}
use_configure no
build.type pbx
build.target -target ${name}
build.args build -project ${name}.xcodeproj
destroot {
xinstall -d -m 755 ${destroot}/Applications/MacPorts
file copy ${build.dir}/build/Default/${name}.app \
${destroot}/Applications/MacPorts/${name}.app
}