1 | # $Id: Portfile,v 1.2 2005/04/08 21:38:38 waqar Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name iTerm |
---|
5 | version 0.8.2 |
---|
6 | categories aqua shells |
---|
7 | maintainers waqar@opendarwin.org |
---|
8 | description Enhanced terminal emulator program for MacOS X |
---|
9 | long_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 | |
---|
16 | homepage http://iterm.sourceforge.net |
---|
17 | platforms macosx |
---|
18 | |
---|
19 | fetch.type cvs |
---|
20 | cvs.root :pserver:anonymous@cvs.sourceforge.net:/cvsroot/iterm |
---|
21 | cvs.module ${name} |
---|
22 | |
---|
23 | worksrcdir ${name} |
---|
24 | use_configure no |
---|
25 | |
---|
26 | build.type pbx |
---|
27 | build.target -target ${name} |
---|
28 | build.args build -project ${name}.xcodeproj |
---|
29 | |
---|
30 | destroot { |
---|
31 | xinstall -d -m 755 ${destroot}/Applications/DarwinPorts |
---|
32 | file copy ${build.dir}/build/Default/${name}.app \ |
---|
33 | ${destroot}/Applications/DarwinPorts/${name}.app |
---|
34 | } |
---|