# -*- 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                libkcddb
version             4.14.3
revision            3
categories          kde kde4
maintainers         nomaintainer
license             GPL-2+ LGPL-2+
description         KDE interface to compact disc database.
long_description    ${description}
homepage            https://www.kde.org
platforms           darwin
master_sites        kde:stable/${version}/src/
use_xz              yes
checksums           rmd160  9eddeaba1c1f1b8b5faf0af848336ad134117000 \
                    sha256  c1e65df44c30659c32dfff0f18e167c9a9679549f0172aa8ca04d27247793577

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

depends_lib-append  port:kdelibs4

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

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