OSDN Git Service

My MacPorts
[splhack/MacPorts.git] / aqua / iTerm / Portfile
1 # $Id: Portfile 28165 2007-08-23 10:37:08Z ryandesign@macports.org $
2
3 PortSystem 1.0
4 name            iTerm
5 version         0.9.6
6 revision        1201
7 categories      aqua shells
8 maintainers     waqar@macports.org
9 description     Enhanced terminal emulator program for Mac OS X
10 long_description        \
11         iTerm is a full featured terminal emulation program written     \
12         for OS X using Cocoa. We are aiming at providing users with     \
13         best command line experience under OS X. The letter i           \
14         represents a native Apple look and feel of the program          \
15         interface, and an emphasis on complete international support. 
16
17 homepage        http://iterm.sourceforge.net
18 platforms       macosx
19
20 distfiles
21 patchfiles-append patch-PTYSession.m patch-PTYTextView.m
22 extract {
23         cd ${workpath}
24         system "cvs -d :pserver:anonymous@iterm.cvs.sourceforge.net:/cvsroot/iterm export -Dnow iTerm"
25 }
26
27 worksrcdir      ${name}
28 use_configure   no
29
30 build.type      pbx
31 set configuration       Deployment
32 build.target    -target ${name} -configuration ${configuration}
33 build.args      build -project ${name}.xcodeproj
34
35 destroot        {
36         xinstall -d -m 755 ${destroot}/Applications/MacPorts
37         file copy ${build.dir}/build/${configuration}/${name}.app \
38                 ${destroot}/Applications/MacPorts/${name}.app
39 }