# -*- 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                okteta
version             4.14.3
revision            4
categories          kde kde4
license             GPL-2+ LGPL-2.1+
maintainers         nomaintainer
description         Okteta is a simple editor for the raw data of files.
long_description    ${description}
platforms           darwin
homepage            https://www.kde.org/applications/utilities/okteta/
master_sites        kde:stable/${version}/src/
use_xz              yes

checksums           rmd160  2e181d860b1e86f4f8fbe51f25b202af4951c0bb \
                    sha256  bd6e26be988778380128e4bda2dbb047074adffeb02819ee7665ad70f94cfaed

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

depends_lib-append  port:kdelibs4 \
                    port:qca

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

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