Ticket #27787: Portfile

File Portfile, 1.1 KB (added by fuzzyTew@…, 13 years ago)

alpha16

Line 
1# -*- 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
2# $Id$
3
4PortSystem      1.0
5PortGroup xcode 1.0
6
7name                iTerm2
8version             alpha16
9categories          shells aqua sysutils
10platforms           darwin
11maintainers         gmail.com:fuzzyTew
12description         The Terminal Re-redefined
13long_description    iTerm2 is a replacement for Terminal and the successor to iTerm. It works on\
14                    Macs with Leopard or Snow Leopard. Its focus is on performance,\
15                    internationalization, and supporting innovative features that make your life\
16                    better.
17homepage            http://sites.google.com/site/iterm2home/
18
19worksrcdir          ${version}
20fetch.type          svn
21svn.url             http://iterm2.googlecode.com/svn/tags/${worksrcdir}
22
23xcode.target        iTerm
24xcode.project       ${xcode.target}.xcodeproj
25
26macosx_deployment_target 10.5
27
28destroot {
29    file copy ${build.dir}/build/Deployment/${xcode.target}.app \
30        ${destroot}${applications_dir}/${xcode.target}.app
31}