diff options
author | jmz <jmz@FreeBSD.org> | 1994-11-20 01:30:16 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1994-11-20 01:30:16 +0000 |
commit | 86a4a9a55e5ee3fd3cf89c8a054b6e9977e7ceb3 (patch) | |
tree | a9ec258d486d45ede07f17e0ed4b9c8677c956f9 /games/golddig/Makefile | |
parent | cd5d51a57dd860dd4a09fe341ccd1915fe12bbaa (diff) | |
download | FreeBSD-ports-86a4a9a55e5ee3fd3cf89c8a054b6e9977e7ceb3.zip FreeBSD-ports-86a4a9a55e5ee3fd3cf89c8a054b6e9977e7ceb3.tar.gz |
golddig - Getting the Gold and Avoiding Death
Diffstat (limited to 'games/golddig/Makefile')
-rw-r--r-- | games/golddig/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile new file mode 100644 index 0000000..6e299c1 --- /dev/null +++ b/games/golddig/Makefile @@ -0,0 +1,11 @@ +DISTNAME= golddig +DISTFILES= golddig2.tar.z +MASTER_SITES= ftp://ss7.vlsi.ee.nus.sg/pub/games/X/ +NO_WRKSUBDIR= yes + +pre-install: + @mkdir -p ${PREFIX}/bin + @mkdir -p ${PREFIX}/lib/golddig + @mkdir -p ${PREFIX}/man/man6 + +.include <bsd.port.mk> |