Ticket #31739: Portfile.4.diff

File Portfile.4.diff, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)
  • Portfile

     
    11# $Id$
    22
    33PortSystem      1.0
     4PortGroup       github 1.0
    45PortGroup       xcode 1.0
    56
     7github.setup    mklein-de appkido 0.986sp4
    68name            AppKiDo
    7 version         0.985
    89categories      aqua devel
    910platforms       darwin
    1011maintainers     puffin.lb.shuttle.de:michael.klein openmaintainer
     
    1617        documentation files provided by Developer Tools and \
    1718        presents the results in a powerful interface.
    1819
    19 homepage        http://homepage.mac.com/aglee/downloads/
    20 master_sites    ${homepage}
    21 distname        ${name}-${version}-src
    22 extract.suffix  .tgz
    23 worksrcdir      ${name}
     20homepage        http://homepage.mac.com/aglee/downloads/appkido.html
     21distname        ${name}-${version}
    2422
    25 checksums       sha1    7f3d2db40759ea43d1eabc860b6cebde65c3f66c \
    26                 rmd160  b840fb85df73ef17b90291a82dbb9be6cfc3acf8
     23checksums       sha256  86facd2d797766c94da70a25ab6ddbe50d6c2b9b9792376707cfd7e903504324 \
     24                rmd160  15f501cd979cf6ca903314cf97485ac11799edc4
    2725
    28 xcode.destroot.settings-append  SKIP_INSTALL=NO
     26patchfiles      0001-compile-fixes-for-Xcode-3.1.3.patch
     27patch.pre_args  -p1
    2928
     29build.dir       ${worksrcpath}/src
     30
     31xcode.build.settings-append     SDKROOT_i386=${configure.sdkroot} \
     32                                SDKROOT_ppc=${configure.sdkroot}
     33
     34xcode.destroot.settings-append  SDKROOT_i386=${configure.sdkroot} \
     35                                SDKROOT_ppc=${configure.sdkroot} \
     36                                SKIP_INSTALL=NO
     37
    3038livecheck.type  regex
    31 livecheck.url   http://homepage.mac.com/aglee/downloads/appkido.html
    32 livecheck.regex "AppKiDo-(.*?)-src.tgz"
     39livecheck.regex ${name}-(\[\\w.\]+)\\.zip