# -*- 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                libksane
version             4.14.3
revision            3
categories          kde kde4
license             GPL-2+ LGPL-2+
maintainers         nomaintainer
description         A library for dealing with scannersLibKSane.
long_description    A library for dealing with scannersLibKSane is a KDE interface for SANE library to control flat scanners. \
                    This library provides a widget to control a scanner, KSaneWidget. Internally, it will use the SANE library.
platforms           darwin
homepage            https://www.kde.org
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            libksane-${version}
checksums           rmd160  3b35271fa72ac5df833507364fb4814e7d5f6d57 \
                    sha256  3a8ae92b21bba11aa3ac2b8a8d4e4aff30de526e0f966b6ae52f57972148cda2

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

depends_lib-append  port:sane-backends \
                    port:kdelibs4

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