a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name digger
version 20020314
revision 1
categories games
platforms darwin
maintainers nomaintainer@macports.org
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 bin:sdl-config: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 -mode 755 -s ${worksrcpath}/digger ${destroot}${prefix}/bin
}
variant darwin {
post-destroot {
file mkdir ${destroot}/Applications/MacPorts/Digger.app/Contents/MacOS
xinstall -mode 755 ${filespath}/Digger.darwin \
${destroot}/Applications/MacPorts/Digger.app/Contents/MacOS/Digger
reinplace "s|_PREFIX_|${prefix}|g" ${destroot}/Applications/MacPorts/Digger.app/Contents/MacOS/Digger
}
}