1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name AppKiDo |
---|
5 | version 0.91 |
---|
6 | categories aqua devel |
---|
7 | platforms darwin |
---|
8 | maintainers kevin@sb.org |
---|
9 | description provides a powerful interface to Apple's Cocoa documentation |
---|
10 | long_description AppKiDo is a free reference tool for Cocoa Objective-C \ |
---|
11 | programmers. It parses the header files and HTML \ |
---|
12 | documentation files provided by Developer Tools and \ |
---|
13 | presents the results in a powerful interface. |
---|
14 | homepage http://homepage.mac.com/aglee/downloads/ |
---|
15 | master_sites ${homepage} |
---|
16 | distname ${name}-${version}-src |
---|
17 | worksrcdir ${name} |
---|
18 | checksums md5 3598bbeb963ca254a2238254df3b46a6 \ |
---|
19 | sha1 3fa9fbb94d7024936f7754032bbfba9929999e8e |
---|
20 | |
---|
21 | use_configure no |
---|
22 | |
---|
23 | build.type pbx |
---|
24 | build.target -target AppKiDo |
---|
25 | build.args -buildstyle Deployment build SYMROOT=build/ OBJROOT=build/ |
---|
26 | |
---|
27 | destroot { |
---|
28 | xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/ |
---|
29 | file copy ${worksrcpath}/build/AppKiDo.app \ |
---|
30 | ${destroot}/Applications/DarwinPorts/ |
---|
31 | } |
---|