RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/aqua/istumbler/Portfile,v
retrieving revision 1.8
diff -u -r1.8 Portfile
|
|
|
2 | 2 | PortSystem 1.0 |
3 | 3 | |
4 | 4 | name istumbler |
5 | | version 91 |
| 5 | version 94 |
6 | 6 | categories aqua |
7 | 7 | maintainers rshaw@opendarwin.org |
8 | 8 | description iStumbler is an Aqua GUI for finding wireless networks |
… |
… |
|
14 | 14 | master_sites http://www.istumbler.net/downloads/ |
15 | 15 | distname ${name}-${version}-src |
16 | 16 | extract.suffix .tgz |
17 | | checksums md5 24e453c422fa678c96db8a6980cfb5f6 |
| 17 | checksums md5 a4ddb5d3fcac7f661d604c2f73eecacb |
18 | 18 | platforms darwin |
19 | 19 | |
20 | 20 | worksrcdir iStumbler |
… |
… |
|
25 | 25 | build.target |
26 | 26 | build.args -buildstyle Deployment -target iStumbler |
27 | 27 | |
| 28 | destroot.destdir ${destroot}/Applications/DarwinPorts |
| 29 | |
| 30 | set BUILD_LOCATION_EXTRA "" |
| 31 | |
28 | 32 | destroot { |
29 | 33 | cd ${worksrcpath}/build |
30 | 34 | xinstall -d -m 0755 ${destroot}/Applications/DarwinPorts |
31 | | system "cp -R iStumbler.app ${destroot}/Applications/DarwinPorts" |
| 35 | file copy ${worksrcpath}/build/${BUILD_LOCATION_EXTRA}/iStumbler.app \ |
| 36 | ${destroot}/Applications/DarwinPorts/ |
32 | 37 | } |
33 | 38 | |
| 39 | platform darwin 8 { |
| 40 | set BUILD_LOCATION_EXTRA "Deployment/" |
| 41 | } |