pkgsrc/games/moria/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

32 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.18 2015/08/18 07:31:08 wiz Exp $
DISTNAME= um5.5.2
PKGNAME= moria-5.5.2
PKGREVISION= 5
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://remarque.org/~grabiner/moria.html
#HOMEPAGE= http://www-math.bgsu.edu/~grabine/moria.html
COMMENT= Rogue-like game with a different sense of scale than Rogue
WRKSRC= ${WRKDIR}/umoria
MAKE_FLAGS+= CURSES=-lncurses VARBASE=${VARBASE}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
SETGIDGAME= yes
CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/moria.scores \
${GAMES_USER} ${GAMES_GROUP} ${GAMEDATAMODE}
SPECIAL_PERMS= bin/moria ${SETGID_GAMES_PERMS}
do-configure:
@${RM} -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile
@cd ${WRKSRC}; ${LN} -s source/* unix/* .
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"