# -*- 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 108274 2013-07-17 17:41:19Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                kde4-baseapps
version             4.10.5
categories          kde kde4
maintainers         sharky nicos
license             GPL-2+ LGPL-2+ GFDL-1.2
description         KDE4 applications and libraries from the base package
long_description    Core desktop applications and libraries for the KDE4 desktop. \
                    This port installs the file manager dolphin file manager.
platforms           darwin
homepage            http://www.kde.org
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            kde-baseapps-${version}

#Binaries do not link directly to openssl, nor use the ssl backend of kdelibs4,
#nor links to libkimap or libmailtransport from kdepimlibs4
license_noconflict  openssl

checksums           rmd160  34caf93c9d116c28046a81dacf23146ebed82550 \
                    sha256  ff89e9c3a6eea103a368200cf2aa2bcd5d5c2dad92683aff03d1253516e608b4

depends_lib-append  port:kdelibs4 \
                    port:qimageblitz \
                    port:kdepimlibs4 \
                    port:kde4-runtime \
                    port:nepomuk-widgets

configure.args-append   -DWITH_XKB=OFF

#Blacklist gcc42 and llvm-gcc-42
compiler.blacklist  gcc-4.2 apple-gcc-4.2 llvm-gcc-4.2 macports-llvm-gcc-4.2

universal_variant   no

livecheck.url       http://kde.mirrors.hoobly.com/stable/
livecheck.regex     (\\d+(\\.\\d+)+)
