# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem	1.0
PortGroup xcode 1.0

name                iTerm2
version             alpha16
categories          shells aqua sysutils
platforms           darwin
maintainers         gmail.com:fuzzyTew
description         The Terminal Re-redefined
long_description    iTerm2 is a replacement for Terminal and the successor to iTerm. It works on\
                    Macs with Leopard or Snow Leopard. Its focus is on performance,\
                    internationalization, and supporting innovative features that make your life\
                    better.
homepage            http://sites.google.com/site/iterm2home/

worksrcdir          ${version}
fetch.type          svn
svn.url             http://iterm2.googlecode.com/svn/tags/${worksrcdir}

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

macosx_deployment_target 10.5

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