# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 81344 2011-07-29 13:04:01Z jmr@macports.org $

PortSystem          1.0

name                supertuxkart
version             0.4
revision            1
categories          games
platforms           darwin
maintainers         phw openmaintainer

description         Tux racing game
long_description    SuperTuxKart is a Free 3D kart racing game, with many tracks, characters, and items for you to try.
distname            ${name}-${version}-src
worksrcdir          ${name}-${version}

homepage            http://supertuxkart.sourceforge.net/

checksums           md5 badcaf9cb51afc11c1abf126b2cbba74
master_sites        sourceforge:project/${name}/SuperTuxKart/${version}
depends_build       port:pkgconfig
depends_lib         path:lib/pkgconfig/sdl.pc:libsdl \
                    port:plib port:libvorbis
use_bzip2           yes

livecheck.type      sourceforge
livecheck.regex     "supertuxkart-((\\d+(\\.)*)+)-src\\.tar\\.bz2"
