# -*- 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                kbounce
version             4.14.3
revision            3
categories          kde kde4 games
license             LGPL-2+
maintainers         nomaintainer
description         KBounce is a single player arcade game with the elements of puzzle. 
long_description    ${description} It is played on a field, surrounded by wall, with \
                    two or more balls that move about in the field bouncing off of \
                    walls. The player can build new walls, decreasing the size of \
                    active field.
platforms           darwin
homepage            http://games.kde.org/game.php?game=kbounce
master_sites        kde:stable/${version}/src
use_xz              yes
distname            ${name}-${version}
checksums           rmd160  b1107c5a0d0e1510e2097050c5c8acd2449fa79c \
                    sha256  51d6a3c5a5ceab01da198f5b78db515135c65d4e2b58393e7ee474b5b771e299

depends_lib-append  port:kdelibs4 \
                    port:libkdegames

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

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