# $Id: Portfile 88497 2012-01-03 14:10:17Z snc@macports.org $

PortSystem 1.0
PortGroup xcode 1.0

name		iTerm
version		0.9.6
set svntag	RC_[strsed $version {g/\./_/}]
categories	aqua shells
maintainers	waqar openmaintainer
license         GPL-2+
description	Enhanced terminal emulator program for Mac OS 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

fetch.type	svn
svn.url		http://iterm.svn.sourceforge.net/svnroot/iterm/tags/$svntag/
worksrcdir	${svntag}

xcode.project	${name}.xcodeproj
xcode.target	${name}

destroot {
	file copy ${build.dir}/build/Deployment/${name}.app \
		${destroot}${applications_dir}/${name}.app
}
