Ticket #21407: AppKiDo-Portfile.diff
File AppKiDo-Portfile.diff, 1.8 KB (added by mklein-de (Michael Klein), 15 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup xcode 1.0 5 4 6 name AppKiDo 5 version 0.9 717 version 0.984 6 8 categories aqua devel 7 9 platforms darwin 8 10 maintainers puffin.lb.shuttle.de:michael.klein openmaintainer 9 11 description Provides a powerful interface to Apple's Cocoa documentation 12 10 13 long_description \ 11 14 AppKiDo is a free reference tool for Cocoa Objective-C \ 12 15 programmers. It parses the header files and HTML \ 13 16 documentation files provided by Developer Tools and \ 14 17 presents the results in a powerful interface. 18 15 19 homepage http://homepage.mac.com/aglee/downloads/ 16 20 master_sites ${homepage} 17 21 distname ${name}-${version}-src 18 extract.suffix 22 extract.suffix .tgz 19 23 worksrcdir ${name} 20 checksums md5 6c4ec2a75f8552120e5a9ff582d9a10f \ 21 sha1 e88e80faa6f140a2142a2f4dbe9be0de81b5472c 24 checksums md5 03e0881ab2a4c8061ef74bc525706acb \ 25 sha1 c97ced4542c6421588dffe1502f570cc027013e0 \ 26 rmd160 786cc92026e80cfda86aa3a6a433204c140e2bda 22 27 28 patchfiles patch-AKTableView-defaultFontSize.patch 29 23 30 livecheck.type regex 24 31 livecheck.url http://homepage.mac.com/aglee/downloads/appkido.html 25 livecheck.regex " >download version (.*?)<"32 livecheck.regex "AppKiDo-(.*?)-src.tgz" 26 33 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 } 34 xcode.destroot.settings-append SKIP_INSTALL=NO