17 lines
395 B
Makefile
17 lines
395 B
Makefile
# $NetBSD: Makefile,v 1.34 2020/08/18 17:57:56 leot Exp $
|
|
|
|
DISTNAME= mirrormagic-3.0.0
|
|
|
|
COMMENT= Nice little puzzle game with color graphics and sound
|
|
PKGREVISION= 2
|
|
|
|
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"
|