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
1 1 # $Id$ 2 2 3 PortSystem 1.0 3 PortSystem 1.0 4 PortGroup xcode 1.0 5 4 6 name class-dump 5 7 version 3.1.1 8 revision 1 6 9 categories devel 7 10 maintainers waqar@macports.org 8 11 description Utility for examining the Objective-C segment of Mach-O files. … … 10 13 It generates declarations for the classes, categories and \ 11 14 protocols. This is the same information provided by using \ 12 15 '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 16 homepage http://www.codethecode.com/projects/class-dump/ 17 master_sites http://www.codethecode.com/download/ 16 18 17 checksums md5 780b63f26c9b0248c2f93a3aee334a33 \ 18 sha1 510dcaf1bb1f046a60ac668ded3fb469f42bf8b2 19 checksums md5 780b63f26c9b0248c2f93a3aee334a33 \ 20 sha1 510dcaf1bb1f046a60ac668ded3fb469f42bf8b2 \ 21 rmd160 6e887eb71a0bb56d98470b065bfb0538f37dda48 22 19 23 worksrcdir ${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 25 xcode.target ${name} 26 27 xcode.destroot.path ${prefix}/bin 28 29 variant universal { 30 xcode.build.settings ARCHS="i386 ppc" 31 xcode.destroot.settings ARCHS="i386 ppc" 27 32 } 28 33 29 34 livecheck.check regex