# $Id: Portfile 92678 2012-05-03 20:58:28Z jeremyhu@macports.org $

PortSystem 1.0
PortGroup  github 1.0
PortGroup  xcode 1.0

github.setup        binarygod BGHUDAppKit 0.7
revision            1
categories          aqua devel
maintainers         jeremyhu openmaintainer
homepage            http://cocoacontrols.com/platforms/mac-os-x/controls/bghudappkit

description         Aqua HUD window framework
long_description    BGHUDAppKit is a small framework to assist GUI apps in designing HUD windows

checksums           rmd160  3a26a8497eff103774e86bcd04c1c61b2601faa6 \
                    sha256  e0f89ecb2692c53a3144ce6f2fcd8b9c2cb814d52a16ed2cc8f5b15b7e87ea52

xcode.destroot.type framework

platform darwin 9 {
    patchfiles-append leopard.patch
}

post-destroot {
    move ${destroot}${frameworks_dir}/BGHUDAppKitPlugin.ibplugin ${destroot}${frameworks_dir}/BGHUDAppKit.framework/Resources
}
