# $Id: Portfile 67561 2010-05-13 02:40:55Z jmr@macports.org $

PortSystem      1.0
PortGroup       xcode 1.0

name            AppKiDo
version         0.984
categories      aqua devel
platforms       darwin
maintainers     puffin.lb.shuttle.de:michael.klein openmaintainer
description     Provides a powerful interface to Apple's Cocoa documentation

long_description        \
        AppKiDo is a free reference tool for Cocoa Objective-C \
        programmers. It parses the header files and HTML \
        documentation files provided by Developer Tools and \
        presents the results in a powerful interface.

homepage        http://homepage.mac.com/aglee/downloads/
master_sites    ${homepage}
distname        ${name}-${version}-src
extract.suffix  .tgz
worksrcdir      ${name}
checksums       md5     03e0881ab2a4c8061ef74bc525706acb \
                sha1    c97ced4542c6421588dffe1502f570cc027013e0 \
                rmd160  786cc92026e80cfda86aa3a6a433204c140e2bda

patchfiles      patch-AKTableView-defaultFontSize.patch

xcode.destroot.settings-append  SKIP_INSTALL=NO

livecheck.type  regex
livecheck.url   http://homepage.mac.com/aglee/downloads/appkido.html
livecheck.regex "AppKiDo-(.*?)-src.tgz"
