# $Id: Portfile 85895 2011-10-17 07:12:04Z jmr@macports.org $

PortSystem              1.0

name                    monster-masher
version                 1.7
description             Monster Masher is an action game for the Gnome desktop environment.
long_description        Monster Masher is an action game for the Gnome desktop \
                        environment. The basic idea is that you, as levitation \
                        worker gnome, has to clean the caves for monsters that \
                        want to roll over you. You do the cleaning by mashing \
                        the monsters with stone blocks.
maintainers             nomaintainer
categories              gnome games
platforms               darwin
homepage                http://people.iola.dk/olau/monster-masher/
master_sites            ${homepage}source
use_bzip2               yes
checksums               md5 2fd7df60c87041ff8fcf03944ae01ed0
depends_build           port:intltool port:pkgconfig
depends_lib             port:libgnomeuimm

configure.cppflags-append \
    -L${prefix}/lib
configure.ldflags-append \
    -lesd

livecheck.type          regex
livecheck.url           ${master_sites}
livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
