Ticket #32220: TrailBlazer.diff
File TrailBlazer.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup xcode 1.0 4 5 5 6 name TrailBlazer 6 7 version 0.5.1 8 revision 1 7 9 categories aqua www 8 platforms darwin9 10 maintainers gmail.com:papabean 11 license BSD 12 10 13 description TrailBlazer is a browser with an experimental history 11 14 long_description TrailBlazer solves the problem of getting back to a \ 12 15 web page you've been to before, but didn't have the \ … … 26 29 2004. 27 30 28 31 homepage http://www.acm.uiuc.edu/macwarriors/projects/trailblazer/ 29 fetch.type cvs30 cvs.root :pserver:anoncvs@clortho.acm.uiuc.edu:/afs/acm.uiuc.edu/common/cvsroot/macwarriors 31 cvs.module trailblazer 32 fetch.type svn 33 svn.url http://www.acm.uiuc.edu/svn/macwarriors/Trailblazer/trunk/ 34 svn.revision 157 32 35 33 set worksrcdir trailblazer 36 worksrcdir trunk 34 37 35 use_configure no36 37 build.type pbx38 build.target39 40 38 destroot { 41 xinstall -d -m 755 ${destroot}/Applications/MacPorts42 39 file copy ${worksrcpath}/build/TrailBlazer.app \ 43 ${destroot} /Applications/MacPorts/TrailBlazer.app40 ${destroot}${applications_dir}/TrailBlazer.app 44 41 }