# $Id: Portfile,v 1.3 2006/04/08 01:57:42 markd Exp $

PortSystem 1.0
name		iTerm
version		0.8.2
categories	aqua shells
maintainers	waqar@opendarwin.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@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/DarwinPorts
	file copy ${build.dir}/build/Default/${name}.app \
		${destroot}/Applications/DarwinPorts/${name}.app
}
