Ticket #2659: Portfile

File Portfile, 975 bytes (added by kballard (Lily Ballard), 19 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem 1.0
4name                            AppKiDo
5version                         0.91
6categories                      aqua devel
7platforms                       darwin
8maintainers                     kevin@sb.org
9description                     provides a powerful interface to Apple's Cocoa documentation
10long_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.
14homepage                        http://homepage.mac.com/aglee/downloads/
15master_sites            ${homepage}
16distname                        ${name}-${version}-src
17worksrcdir                      ${name}
18checksums                       md5  3598bbeb963ca254a2238254df3b46a6 \
19                                        sha1 3fa9fbb94d7024936f7754032bbfba9929999e8e
20
21use_configure           no
22
23build.type                      pbx
24build.target            -target AppKiDo
25build.args                      -buildstyle Deployment build SYMROOT=build/ OBJROOT=build/
26
27destroot        {
28        xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/
29        file copy ${worksrcpath}/build/AppKiDo.app \
30                ${destroot}/Applications/DarwinPorts/
31}