# $Id$ 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 port: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 } }