3929726c63
3.0.0: There are not many new features and changes to the game itself, as the main goal of this release is to keep the game playable on modern systems, and there is finally also support for Mac and Android systems. This was all done by integrating the classic Mirror Magic game engine into the game Rocks’n’Diamonds as a new custom game engine, therefore using R’n’D as the new technical platform for this and any future release.
16 lines
380 B
Makefile
16 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.32 2018/07/13 17:28:46 adam Exp $
|
|
|
|
DISTNAME= mirrormagic-3.0.0
|
|
|
|
COMMENT= Nice little puzzle game with color graphics and sound
|
|
|
|
CONFLICTS= mirrormagic-sdl-[1-9]*
|
|
|
|
LEVEL_NAMES= classic_deflektor classic_mindbender
|
|
|
|
.include "../../games/rocksndiamonds/Makefile.common"
|
|
|
|
# bug in src/Makefile
|
|
MAKE_FLAGS+= PROGBASE=${PKGBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|