# -*- 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
# $Id: Portfile 91776 2012-04-10 13:53:07Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                korundum
version             4.8.2
categories          kde kde4 devel
platforms           darwin
license             GPL-2+ LGPL-2.1+
maintainers         nicos openmaintainer

description         Binding to Ruby for KDE.
long_description    Very complete bindings to both the KDE API and the Qt APIs. The Korundum \
                    package includes both a QtRuby Qt-only binding along with the full combined Qt/KDE one. \
                    The QtRuby package contains just Qt bindings with no dependencies on KDE.

homepage            http://rubyforge.org/projects/korundum/
master_sites        kde:stable/${version}/src/
distname            ${name}-${version}
use_xz              yes

checksums           rmd160  e488e27e5cf87cb5bee7474b6a5d46e8b4706902 \
                    sha256  25817303b2b8899af0c0fd2c1ba60be75956ebc21d85d2199563277b7d871af3

depends_lib-append  port:kdelibs4 \
                    port:kdepimlibs4 \
                    port:smokegen \
                    port:qtruby

livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
