blob: 74c5fc56c53052a5559d2cf7967f906e0e507f14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.36 2021/12/08 16:04:38 adam Exp $
DISTNAME= mirrormagic-3.0.0
COMMENT= Nice little puzzle game with color graphics and sound
PKGREVISION= 4
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"
|