Ticket #443: Portfile

File Portfile, 808 bytes (added by wmalik@…, 21 years ago)

class-dump Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4name                            class-dump
5version                         2.1.5
6categories                      devel
7maintainers                     waqar@opendarwin.org
8description                     Utility for examining the Objective-C segment of Mach-O files.
9long_description        Utility for examining the Objective-C segment of Mach-O files. It generates the @interface and @protocol declarations for classes, categories and protocols.   
10homepage            http://people.omnigroup.com/nygard/Projects/
11platforms                       darwin
12
13master_sites            http://people.omnigroup.com/nygard/Software/
14distname                        ${name}-${version}-P-bs
15checksums                       md5 4c41a21c94b4bf2c243e51d7f50f9f3a
16                                       
17worksrcdir                      ${name}.${version}/src
18
19configure                       {}
20build.cmd                       pbxbuild
21build.target
22
23install             {system "cd ${worksrcpath} && install -c build/class-dump \
24                     ${destroot}/bin"}
25