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 |
| 21 | fetch.type svn |
| 22 | svn.url http://iterm.svn.sourceforge.net/svnroot/iterm/tags/$svntag/ |
| 23 | worksrcdir ${svntag} |
| 24 | |
| 25 | xcode.project ${name}.xcodeproj |
| 26 | xcode.target ${name} |
| 27 | |
| 28 | # Remove this after MacPorts 1.7.1 is released |
| 29 | pre-destroot { |
| 30 | xinstall -d -m 755 ${destroot}${applications_dir} |
| 31 | } |
| 32 | |
| 33 | destroot { |
| 34 | file copy ${build.dir}/build/Deployment/${name}.app \ |
| 35 | ${destroot}${applications_dir}/${name}.app |