On Friday 01 July 2011 20:50:59 Kirill Bychkov wrote:
> Hello.
> Attached is a port of violetland 0.4.2, game similar to Crimsonland.
> In this game the player should help a girl by name of Violet to struggle
> with hordes of monsters. For this purpose the various weapon and also the
> special abilities which are opening with experience can be used.
>
> Please test and commit.

Hi.

Some tweaks attached. I experienced some texture glitches, but I'm pretty
certain it's because of radeon drivers.

-- 
Antti Harri

diff --git a/games/violetland/Makefile b/games/violetland/Makefile
index da8e98d..dd7af4f 100644
--- a/games/violetland/Makefile
+++ b/games/violetland/Makefile
@@ -1,11 +1,11 @@
 # $OpenBSD$
 
-COMMENT =              game similar to Crimsonland
+COMMENT =              top view shooting game
 
 DISTNAME =             violetland-v0.4.2-src
 PKGNAME =              violetland-0.4.2
 
-CATEGORIES =           games
+CATEGORIES =           games x11
 
 HOMEPAGE =             http://code.google.com/p/violetland/
 
@@ -31,7 +31,7 @@ LIB_DEPENDS =         devel/boost \
                        devel/sdl-ttf
 RUN_DEPENDS =          devel/desktop-file-utils
        
-CONFIGURE_ARGS +=      -DDATA_INSTALL_DIR="${PREFIX}/share/violetland"         
+CONFIGURE_ARGS =       -DCMAKE_INSTALL_PREFIX="${PREFIX}"
 
 SEPARATE_BUILD =       concurrent
 

Reply via email to