# -*- 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 91775 2012-04-10 13:13:13Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                libksane
version             4.8.2
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  2be70b255c1480bf9b06d90169f17fb7dbb8c115 \
                    sha256  f4bfe4fa1903e1bbc460d1942b120da1e06f8017c7a0cebab01856d990acaa33

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

livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
livecheck.regex     libksane-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
