Ticket #13139: class-dump-3.1.1_1.diff

File class-dump-3.1.1_1.diff, 1.5 KB (added by nox@…, 17 years ago)
  • Portfile

     
    11# $Id$
    22
    3 PortSystem 1.0
     3PortSystem  1.0
     4PortGroup   xcode 1.0
     5
    46name            class-dump
    57version         3.1.1
     8revision    1
    69categories      devel
    710maintainers     waqar@macports.org
    811description     Utility for examining the Objective-C segment of Mach-O files.
     
    1013        It generates declarations for the classes, categories and       \
    1114        protocols. This is the same information provided by using       \
    1215        'otool -ov', but presented as normal Objective-C declarations.
    13 homepage        http://www.codethecode.com/Projects/class-dump/
    14 platforms       macosx
    15 master_sites    http://www.codethecode.com/download
     16homepage        http://www.codethecode.com/projects/class-dump/
     17master_sites    http://www.codethecode.com/download/
    1618
    17 checksums       md5 780b63f26c9b0248c2f93a3aee334a33                    \
    18                 sha1 510dcaf1bb1f046a60ac668ded3fb469f42bf8b2
     19checksums       md5 780b63f26c9b0248c2f93a3aee334a33 \
     20                sha1 510dcaf1bb1f046a60ac668ded3fb469f42bf8b2 \
     21                rmd160 6e887eb71a0bb56d98470b065bfb0538f37dda48
     22
    1923worksrcdir      ${distname}/src
    20 use_configure   no
    21 build.type      pbx
    22 build.target
    23 destroot        {
    24         cd ${worksrcpath}
    25         system "${build.cmd} install INSTALL_PATH=${prefix}/bin \
    26                 INSTALL_MODE_FLAG=go-w,a+rX DSTROOT=${destroot}"
     24
     25xcode.target    ${name}
     26
     27xcode.destroot.path ${prefix}/bin
     28
     29variant universal {
     30    xcode.build.settings    ARCHS="i386 ppc"
     31    xcode.destroot.settings ARCHS="i386 ppc"
    2732}
    2833
    2934livecheck.check regex