Ticket #31739: Portfile.4.diff
File Portfile.4.diff, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup github 1.0 4 5 PortGroup xcode 1.0 5 6 7 github.setup mklein-de appkido 0.986sp4 6 8 name AppKiDo 7 version 0.9858 9 categories aqua devel 9 10 platforms darwin 10 11 maintainers puffin.lb.shuttle.de:michael.klein openmaintainer … … 16 17 documentation files provided by Developer Tools and \ 17 18 presents the results in a powerful interface. 18 19 19 homepage http://homepage.mac.com/aglee/downloads/ 20 master_sites ${homepage} 21 distname ${name}-${version}-src 22 extract.suffix .tgz 23 worksrcdir ${name} 20 homepage http://homepage.mac.com/aglee/downloads/appkido.html 21 distname ${name}-${version} 24 22 25 checksums sha 1 7f3d2db40759ea43d1eabc860b6cebde65c3f66c\26 rmd160 b840fb85df73ef17b90291a82dbb9be6cfc3acf823 checksums sha256 86facd2d797766c94da70a25ab6ddbe50d6c2b9b9792376707cfd7e903504324 \ 24 rmd160 15f501cd979cf6ca903314cf97485ac11799edc4 27 25 28 xcode.destroot.settings-append SKIP_INSTALL=NO 26 patchfiles 0001-compile-fixes-for-Xcode-3.1.3.patch 27 patch.pre_args -p1 29 28 29 build.dir ${worksrcpath}/src 30 31 xcode.build.settings-append SDKROOT_i386=${configure.sdkroot} \ 32 SDKROOT_ppc=${configure.sdkroot} 33 34 xcode.destroot.settings-append SDKROOT_i386=${configure.sdkroot} \ 35 SDKROOT_ppc=${configure.sdkroot} \ 36 SKIP_INSTALL=NO 37 30 38 livecheck.type regex 31 livecheck.url http://homepage.mac.com/aglee/downloads/appkido.html 32 livecheck.regex "AppKiDo-(.*?)-src.tgz" 39 livecheck.regex ${name}-(\[\\w.\]+)\\.zip