6e02d7ee41
Suggested by Roland Illig, ok'd by various.
15 lines
435 B
Makefile
15 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/12/03 15:14:57 wiz Exp $
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../net/SDL_net/buildlink3.mk"
|
|
|
|
.include "../rocksndiamonds/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-sdl-/}
|
|
COMMENT= Game like Boulder Dash, Emerald Mine, or Sokoban (SDL build)
|
|
|
|
BUILD_TARGET= sdl
|
|
CONFLICTS= rocksndiamonds-[1-9]*
|
|
|
|
PATCHDIR= ../rocksndiamonds/patches
|