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

PortSystem          1.0
PortGroup           kde4   1.1

name                kturtle
version             4.14.3
revision            3
categories          kde kde4
maintainers         nomaintainer
license             GPL-2+ GFDL-1.2
description         Educational Programming Environment
long_description    KDE ${description}
homepage            https://www.kde.org

platforms           darwin
depends_lib-append  port:libkdeedu

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

checksums           rmd160  e30fa38635925c2e2bb8a704f90e24a161639faa \
                    sha256  2e43a2a89698320cd417b1f5278522f92a6c704aaeb8efe32ab0faa269e8d5fc

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

patchfiles          patch-pointers.diff

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

livecheck.url       ${kde4.mirror}
livecheck.regex     (\\d+(\\.\\d+)+)
