# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4

PortSystem      1.0
PortGroup       xcode 1.0

name            class-dump
version         3.2
license         GPL-2
categories      devel
maintainers     nomaintainer
description     Utility for examining the Objective-C segment of Mach-O files
long_description \
    It generates declarations for the classes, categories and \
    protocols. This is the same information provided by using \
    'otool -ov', but presented as normal Objective-C declarations.

homepage        http://www.codethecode.com/projects/class-dump/
master_sites    http://www.codethecode.com/download/
use_bzip2       yes

checksums       rmd160  49791c1ef899e061ce952d233d5769131e1ef9d9 \
                sha256  256f6b84c67c02cf821d7ee1f488ac3c5c3576d13feda2c039df299870183d95 \
                size    363369

worksrcdir      ${distname}/src

xcode.target    all

xcode.configuration Release
xcode.destroot.path ${prefix}/bin

use_parallel_build no

livecheck.type  regex
livecheck.url   ${homepage}changes/
livecheck.regex {Version (\d+(?:\.\d+)*) -}
