PortSystem 1.0 name wump version 4.6.2-RELEASE categories games maintainers eric@opendarwin.org description pah use_bzip2 yes master_sites http://www.opendarwin.org/~eric/ checksums md5 415c4b47458ac66f760b0a930a63c955 build.type bsd worksrcdir ${portname} configure { reinplace "s|MAN|MAN6|" ${worksrcpath}/Makefile reinplace "s|/usr/share|${prefix}/share|" \ ${worksrcpath}/pathnames.h } patchfiles patch-wump.c install { system "install -o root -m 755 -d ${prefix}/bin" system "install -o root -m 755 -d ${prefix}/man/man6" system "install -o root -m 755 -d ${prefix}/share/games" system "install -o root -m 755 -c ${worksrcpath}/wump \ ${prefix}/bin" system "install -o root -m 644 -c ${worksrcpath}/wump.6.gz \ ${prefix}/man/man6" system "install -o root -m 644 -c ${worksrcpath}/wump.info \ ${prefix}/share/games" } contents bin/wump \ man/man6/wump.6.gz \ share/games/wump.info