Ticket #14319: iterm-0.9.6.diff
File iterm-0.9.6.diff, 1.2 KB (added by jmroot (Joshua Root), 16 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup xcode 1.0 5 4 6 name iTerm 5 version 0. 8.27 version 0.9.6 6 8 categories aqua shells 7 maintainers waqar @macports.org9 maintainers waqar 8 10 description Enhanced terminal emulator program for Mac OS X 9 11 long_description \ 10 12 iTerm is a full featured terminal emulation program written \ … … 14 16 interface, and an emphasis on complete international support. 15 17 16 18 homepage http://iterm.sourceforge.net 17 platforms macosx18 19 19 20 fetch.type cvs 20 21 cvs.root :pserver:anonymous@iterm.cvs.sourceforge.net:/cvsroot/iterm 21 22 cvs.module ${name} 22 23 23 24 worksrcdir ${name} 24 use_configure no25 25 26 build.type pbx 27 build.target -target ${name} 28 build.args build -project ${name}.xcodeproj 26 xcode.target ${name} 27 xcode.project ${name}.xcodeproj 29 28 30 29 destroot { 31 xinstall -d -m 755 ${destroot} /Applications/MacPorts32 file copy ${build.dir}/build/De fault/${name}.app \33 ${destroot} /Applications/MacPorts/${name}.app30 xinstall -d -m 755 ${destroot}${applications_dir} 31 file copy ${build.dir}/build/Deployment/${name}.app \ 32 ${destroot}${applications_dir}/${name}.app 34 33 }