# -*- 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 107851 2013-07-07 09:42:14Z nicos@macports.org $

PortSystem          1.0
PortGroup           kde4   1.1

name                kmix
version             4.10.5
categories          kde kde4
maintainers         nicos openmaintainer
license             LGPL-2+
description         KMix is an application to allow you to change the volume \
                    of your sound card.
long_description    ${description} Though small, it is full-featured, and it \
                    supports several platforms and sound drivers.
homepage            http://www.kde.org
platforms           darwin
master_sites        kde:stable/${version}/src/
use_xz              yes
checksums           rmd160  d047297a60a5c8b02a77579de02a361e233551fe \
                    sha256  5b7243d821774bfc376706ddf7145aa5f2edc4905d786d46ff7ae76681309a22

depends_lib-append  port:kdelibs4 \
                    port:libcanberra

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

livecheck.url       http://kde.mirrors.hoobly.com/stable/
livecheck.regex     (\\d+(\\.\\d+)+)
