Ticket #6330: Portfile

File Portfile, 997 bytes (added by scooter.phd@…, 18 years ago)

Portfile for iTerm 0.8.2

Line 
1# $Id: Portfile,v 1.2 2005/04/08 21:38:38 waqar Exp $
2
3PortSystem 1.0
4name            iTerm
5version         0.8.2
6categories      aqua shells
7maintainers     waqar@opendarwin.org
8description     Enhanced terminal emulator program for MacOS X
9long_description        \
10        iTerm is a full featured terminal emulation program written     \
11        for OS X using Cocoa. We are aiming at providing users with     \
12        best command line experience under OS X. The letter i           \
13        represents a native Apple look and feel of the program          \
14        interface, and an emphasis on complete international support.
15
16homepage        http://iterm.sourceforge.net
17platforms       macosx
18
19fetch.type      cvs
20cvs.root        :pserver:anonymous@cvs.sourceforge.net:/cvsroot/iterm
21cvs.module      ${name}
22
23worksrcdir      ${name}
24use_configure   no
25
26build.type      pbx
27build.target    -target ${name}
28build.args      build -project ${name}.xcodeproj
29
30destroot        {
31        xinstall -d -m 755 ${destroot}/Applications/DarwinPorts
32        file copy ${build.dir}/build/Default/${name}.app \
33                ${destroot}/Applications/DarwinPorts/${name}.app
34}