diff options
author | adam <adam@pkgsrc.org> | 2018-07-13 17:28:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-07-13 17:28:46 +0000 |
commit | 3fba363ca616415de0aa664e5487a163a1ec3cfb (patch) | |
tree | 65743327dc83b3bba7c7c1e911015c7de85dbaa5 /games/Makefile | |
parent | d37030b4b366205efabbb58891e761d700b84795 (diff) | |
download | pkgsrc-3fba363ca616415de0aa664e5487a163a1ec3cfb.tar.gz |
mirrormagic: updated to 3.0.0
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.
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index 9ef938a0652..7dfac7bfb68 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.415 2018/02/28 22:21:17 wiz Exp $ +# $NetBSD: Makefile,v 1.416 2018/07/13 17:28:46 adam Exp $ # COMMENT= Games @@ -238,7 +238,6 @@ SUBDIR+= marathon-evil SUBDIR+= marathon-trilogy SUBDIR+= minami SUBDIR+= mirrormagic -SUBDIR+= mirrormagic-sdl SUBDIR+= monsterz SUBDIR+= moon-buggy SUBDIR+= moria |