# -*- 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$

PortSystem          1.0
PortGroup           kde4   1.1

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

platforms           darwin
depends_lib-append  port:libkdeedu

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

checksums           rmd160  272c864af8f2da5dfc458787f45e2b918d7a5bcd \
                    sha256  8b48e9a7b473ea82ed46372f9acf22c99d4cd82fe35d25297f9e88dd9d47671d

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

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