# -*- 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
# $Id: Portfile 107849 2013-07-07 07:28:07Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                libksane
version             4.10.5
categories          kde kde4
license             GPL-2+ LGPL-2+
maintainers         nicos openmaintainer
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            http://www.kde.org
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            libksane-${version}
checksums           rmd160  a33104c61228c9b7675945acc10b0330cb3c3ee9 \
                    sha256  5e52722fa418234c18e37895865b76bc1da7a41d5348ddab3980e72ad3bf1128

#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       http://kde.mirrors.hoobly.com/stable/
livecheck.regex     (\\d+(\\.\\d+)+)
