# $Id: Portfile 65397 2010-03-26 00:15:04Z ryandesign@macports.org $

PortSystem              1.0

name                    digger
version                 20020314
revision                1
categories              games
platforms               darwin
maintainers             nomaintainer

description             the Digger game
long_description        ${description}

homepage                http://www.digger.org/
master_sites            ${homepage}
checksums               md5 a16e90a49ed8ea90099b254d3ef5edfa
patchfiles              patch-def.h.diff \
                        patch-digger.c.diff \
                        patch-input.c.diff \
                        patch-scores.c.diff \
                        patch-input.h.diff \
                        patch-main.c.diff

depends_lib             path:lib/pkgconfig/sdl.pc:libsdl

post-extract {
    file copy ${filespath}/Makefile.darwin ${worksrcpath}/Makefile
}

use_configure           no

destroot {
    xinstall -d  ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 ${worksrcpath}/digger.txt \
        ${destroot}${prefix}/share/doc/${name}
    xinstall -m 755 -s ${worksrcpath}/digger ${destroot}${prefix}/bin
}

platform darwin {
    post-destroot {
        xinstall -d ${destroot}${applications_dir}/Digger.app/Contents/MacOS
        xinstall -m 755 ${filespath}/Digger.darwin \
            ${destroot}${applications_dir}/Digger.app/Contents/MacOS/Digger
        reinplace "s|_PREFIX_|${prefix}|g" \
            ${destroot}${applications_dir}/Digger.app/Contents/MacOS/Digger
    }
}

livecheck.type          regex
livecheck.url           ${homepage}download.html
livecheck.regex         ${name}-(\[0-9.\]+)\\.tar
