# $Id: Portfile 76081 2011-02-17 23:06:25Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       xcode 1.0

name            AppKiDo
version         0.985
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       sha1    7f3d2db40759ea43d1eabc860b6cebde65c3f66c \
                rmd160  b840fb85df73ef17b90291a82dbb9be6cfc3acf8

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"
