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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           xcode 1.0

github.setup        aglee appkido 0.997 release-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                AppKiDo
categories          aqua devel
maintainers         nomaintainer
license             MIT

description         AppKiDo is an API documentation browser for Cocoa programmers
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://appkido.com/

checksums           rmd160  1846701bae455bd635efe6dc025032f1fc47211e \
                    sha256  5ed3f3d14d90c6c68059acb688c2d2a44a2eb78581a420951da7861a935db18d

build.dir           ${worksrcpath}/src

patchfiles          patch-src-AppKiDo.xcodeproj-project.pbxproj.diff

xcode.configuration Release

xcode.build.settings-append \
                    SDKROOT_i386=${configure.sdkroot} \
                    SDKROOT_ppc=${configure.sdkroot}

xcode.destroot.settings-append \
                    SDKROOT_i386=${configure.sdkroot} \
                    SDKROOT_ppc=${configure.sdkroot} \
                    SKIP_INSTALL=NO
