diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/rocksndiamonds-sdl/DESCR | 15 | ||||
-rw-r--r-- | games/rocksndiamonds-sdl/Makefile | 14 | ||||
-rw-r--r-- | games/rocksndiamonds-sdl/distinfo | 9 |
3 files changed, 38 insertions, 0 deletions
diff --git a/games/rocksndiamonds-sdl/DESCR b/games/rocksndiamonds-sdl/DESCR new file mode 100644 index 00000000000..26c60071c5b --- /dev/null +++ b/games/rocksndiamonds-sdl/DESCR @@ -0,0 +1,15 @@ +Rocks'n'Diamonds: + +Arcade style game for color X11 with stereo sounds. + +A game like "Boulderdash" (C=64) or "Emerald Mine" (Amiga). +Included are many levels known from the games "Boulderdash", +"Emerald Mine", "Sokoban", "Supaplex" and "DX-Boulderdash" +and a lot of new levels designed by other players. + +Some features: +- joystick support for Linux, FreeBSD, NetBSD and DOS/Windows +- network and local multiplayer support +- soft scrolling with 50 frames/s +- stereo sound effects and music +- complete source code included under GNU GPL 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" diff --git a/games/rocksndiamonds-sdl/distinfo b/games/rocksndiamonds-sdl/distinfo new file mode 100644 index 00000000000..9421f1da0f9 --- /dev/null +++ b/games/rocksndiamonds-sdl/distinfo @@ -0,0 +1,9 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/09 15:09:14 adam Exp $ + +SHA1 (rocksndiamonds-3.0.3.tar.gz) = a98366902933bba6f97feae88adc7676222f0f10 +Size (rocksndiamonds-3.0.3.tar.gz) = 6828235 bytes +SHA1 (patch-aa) = 5e85dc67f26a2f461f4281f539db44164b9ad34a +SHA1 (patch-ab) = 565c2fc72b5d9144a8c453745021c2220d23d729 +SHA1 (patch-ag) = 8a80c7d96e508b66ec2ff998f65cbf1b4db45815 +SHA1 (patch-ah) = 584b406eef29b2849f7fc42181a7b9f29e6c9c69 +SHA1 (patch-ak) = c4303fd5a4d7781127063fe81724f518c5359746 |