pkgsrc/games/moria/Makefile
1999-01-23 20:22:26 +00:00

26 lines
729 B
Makefile

# $NetBSD: Makefile,v 1.2 1999/01/23 20:22:26 tron Exp $
DISTNAME= um5.5.2
PKGNAME= moria-5.5.2
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
WRKSRC= ${WRKDIR}/umoria
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"