summaryrefslogtreecommitdiff
path: root/games/moria/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>1999-01-23 17:00:14 +0000
committersimonb <simonb@pkgsrc.org>1999-01-23 17:00:14 +0000
commit0c885f09257d947a0108f14f28956ff304ef5a36 (patch)
treec6d9d2ac2307014178f343e695fd279be3977be5 /games/moria/Makefile
parent51067b883afeeabd03912dc9fb4c7e7b3f11cce8 (diff)
downloadpkgsrc-0c885f09257d947a0108f14f28956ff304ef5a36.tar.gz
moria - another rogue-like game.
Diffstat (limited to 'games/moria/Makefile')
-rw-r--r--games/moria/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile
new file mode 100644
index 00000000000..c8745af4478
--- /dev/null
+++ b/games/moria/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/01/23 17:00:14 simonb Exp $
+#
+
+DISTNAME= um5.5.2
+PKGNAME= moria-5.5.2
+WRKSRC= ${WRKDIR}/umoria
+CATEGORIES= games
+# The "offical" master site has lost the pub/Games directory.
+#MASTER_SITES= ftp://ftp.cis.ksu.edu/pub/Games/Moria/source/
+MASTER_SITES= ftp://ftp.funet.fi/pub/unix/games/moria/source/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= simonb@netbsd.org
+HOMEPAGE= http://www.math.lsa.umich.edu/~grabiner/moria.html
+
+do-configure:
+ @rm -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile
+ @cd ${WRKSRC}; ln -s source/* unix/* .
+
+post-install:
+ @if [ ! -f /var/games/moria.scores ]; then \
+ ${CP} -p ${PREFIX}/share/games/moria/scores.dist \
+ /var/games/moria.scores ; \
+ fi
+
+.include "../../mk/bsd.pkg.mk"