|
Revision 34081, 1.2 KB
(checked in by eridius@…, 11 months ago)
|
|
AppKiDo: Bump to 0.971
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name AppKiDo |
|---|
| 5 | version 0.971 |
|---|
| 6 | categories aqua devel |
|---|
| 7 | platforms darwin |
|---|
| 8 | maintainers eridius@macports.org |
|---|
| 9 | description Provides a powerful interface to Apple's Cocoa documentation |
|---|
| 10 | long_description \ |
|---|
| 11 | AppKiDo is a free reference tool for Cocoa Objective-C \ |
|---|
| 12 | programmers. It parses the header files and HTML \ |
|---|
| 13 | documentation files provided by Developer Tools and \ |
|---|
| 14 | presents the results in a powerful interface. |
|---|
| 15 | homepage http://homepage.mac.com/aglee/downloads/ |
|---|
| 16 | master_sites ${homepage} |
|---|
| 17 | distname ${name}-${version}-src |
|---|
| 18 | extract.suffix .tgz |
|---|
| 19 | worksrcdir ${name} |
|---|
| 20 | checksums md5 6c4ec2a75f8552120e5a9ff582d9a10f \ |
|---|
| 21 | sha1 e88e80faa6f140a2142a2f4dbe9be0de81b5472c |
|---|
| 22 | |
|---|
| 23 | livecheck.check regex |
|---|
| 24 | livecheck.url http://homepage.mac.com/aglee/downloads/appkido.html |
|---|
| 25 | livecheck.regex ">download version (.*?)<" |
|---|
| 26 | |
|---|
| 27 | use_configure no |
|---|
| 28 | build.type pbx |
|---|
| 29 | build.target -target AppKiDo |
|---|
| 30 | build.args -buildstyle Deployment build SYMROOT=build/ OBJROOT=build/ |
|---|
| 31 | |
|---|
| 32 | set xcodebuilddir build |
|---|
| 33 | platform darwin 8 { |
|---|
| 34 | if {$xcodeversion == "2.1"} { |
|---|
| 35 | set xcodebuilddir build/Deployment |
|---|
| 36 | } |
|---|
| 37 | } |
|---|
| 38 | |
|---|
| 39 | destroot { |
|---|
| 40 | xinstall -m 755 -d ${destroot}/Applications/MacPorts/ |
|---|
| 41 | file copy ${worksrcpath}/${xcodebuilddir}/AppKiDo.app \ |
|---|
| 42 | ${destroot}/Applications/MacPorts |
|---|
| 43 | } |
|---|