diff options
Diffstat (limited to 'games/rocksndiamonds-sdl/Makefile')
-rw-r--r-- | games/rocksndiamonds-sdl/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/rocksndiamonds-sdl/Makefile b/games/rocksndiamonds-sdl/Makefile new file mode 100644 index 00000000000..dd739b71590 --- /dev/null +++ b/games/rocksndiamonds-sdl/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/09 15:09:13 adam Exp $ +# + +PKGNAME= ${DISTNAME:S/-/-sdl-/} + +ALL_TARGET= sdl +CONFLICTS= rocksndiamonds-[1-9]* + +PATCHDIR= ../rocksndiamonds/patches + +.include "../../audio/SDL_mixer/buildlink2.mk" +.include "../../graphics/SDL_image/buildlink2.mk" + +.include "../rocksndiamonds/Makefile" |