pkgsrc/games/mirrormagic/Makefile
adam a13fad7f1c mirrormagic: updated to 3.3.0
Mirror Magic 3.3.0

added new Deflektor style steel slope game elements
added new Deflektor style fixed mirror game elements
added flipping and rotating brushes in level editor using keys “x”, “y” and “z”
fixed several bugs
2023-10-20 09:53:38 +00:00

16 lines
386 B
Makefile

# $NetBSD: Makefile,v 1.42 2023/10/20 09:53:38 adam Exp $
DISTNAME= mirrormagic-3.3.0-linux
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"