# -*- 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 91749 2012-04-09 16:35:34Z snc@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                kdesdk4
version             4.8.2
categories          kde kde4
maintainers         snc sharky
license             GPL-2+ LGPL-2+ GFDL-1.2
description         Utilities to ease development with the KDE4 platform
long_description    Scripts and tools which simplify development of KDE applications. e.g. Kate, the advanced text editor.
platforms           darwin
homepage            http://www.kde.org
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            kdesdk-${version}

checksums           rmd160  b0f33c0f1b7058c7ad7c6bc16d21d7142d660f38 \
                    sha256  7381955328823efc724bd9b65e8463e3c58bfbf52a18a886648af814f2429e2a

depends_lib-append  port:kde4-baseapps port:antlr port:boost

universal_variant   no

patchfiles          patch-catalogitem.diff

livecheck.type      regex
livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
livecheck.regex     kdesdk-(\\d+\\.\\d+\\.\\d+)
