|
Revision 28165, 0.9 KB
(checked in by ryandesign@…, 17 months ago)
|
|
Correct the name of our fair operating system.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name iTerm |
|---|
| 5 | version 0.8.2 |
|---|
| 6 | categories aqua shells |
|---|
| 7 | maintainers waqar@macports.org |
|---|
| 8 | description Enhanced terminal emulator program for Mac OS 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@iterm.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/MacPorts |
|---|
| 32 | file copy ${build.dir}/build/Default/${name}.app \ |
|---|
| 33 | ${destroot}/Applications/MacPorts/${name}.app |
|---|
| 34 | } |
|---|