pkgsrc/games/moria/Makefile

27 lines
729 B
Makefile
Raw Normal View History

2001-01-12 13:47:51 +01:00
# $NetBSD: Makefile,v 1.5 2001/01/12 12:49:47 dent Exp $
1999-01-23 18:00:14 +01:00
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
2001-01-12 13:47:51 +01:00
HOMEPAGE= http://www-math.bgsu.edu/~grabine/moria.html
1999-01-23 18:00:14 +01:00
1999-01-23 21:22:26 +01:00
WRKSRC= ${WRKDIR}/umoria
1999-01-23 18:00:14 +01:00
do-configure:
2000-03-16 13:57:13 +01:00
@${RM} -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile
@cd ${WRKSRC}; ${LN} -s source/* unix/* .
1999-01-23 18:00:14 +01:00
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"