# -*- 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 107850 2013-07-07 08:16:46Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                kig
version             4.10.5
categories          kde kde4
maintainers         sharky nicos
license             GPL-2+ GFDL-1.2
description         Interactive Geometry
long_description    KDE ${description}
homepage            http://www.kde.org

platforms           darwin

master_sites        kde:stable/${version}/src/
use_xz              yes

checksums           rmd160  43b51b7e59db1df4f4769c372fb059a008149af4 \
                    sha256  92b93e7d1c4052884f983d223427a279d9aff0c40d378307bafdedf9c89ca8f1

#Binaries do not link to openssl, nor use the ssl backend of kdelibs4
license_noconflict  openssl

depends_lib-append  port:libkdeedu \
                    port:boost

if {![variant_isset docs]} {
    patchfiles-append   patch-CMakeLists.txt.diff
}

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