# -*- 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                kwordquiz
version             4.14.3
revision            3
categories          kde kde4
maintainers         nomaintainer
license             GPL-2+ GFDL-1.2 LGPL-2
description         Flash Card Trainer
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  335fea61831d1ff6040e8cfe75d8eab40a062421 \
                    sha256  388083782b21ddb53ca194a65e51f4602f0e13fc05844d8c8d78b362d4fe7d7f

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

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

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