[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / violetland

Diff for /ports/games/violetland/Makefile between version 1.2 and 1.4

version 1.2, 2011/05/10 14:31:41 version 1.4, 2011/06/14 09:55:29
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 COMMENT =               ???  COMMENT =               game similar to Crimsonland
   
 DISTNAME =              violetland-v0.3.2-src  DISTNAME =              violetland-v0.4.2-src
 PKGNAME =               violetland-0.3.2  PKGNAME =               violetland-0.4.2
   
 CATEGORIES =            games  CATEGORIES =            games
   
Line 18 
Line 18 
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB += GL GLU ICE SDL SDL_image SDL_mixer SDL_ttf SM X11 Xext  WANTLIB += GL GLU ICE SDL SDL_image SDL_mixer SDL_ttf SM X11 Xext
 WANTLIB += c m pthread stdc++  WANTLIB += boost_filesystem-mt boost_system-mt c intl m pthread stdc++
   
 MASTER_SITES =          http://violetland.googlecode.com/files/  MASTER_SITES =          http://violetland.googlecode.com/files/
 EXTRACT_SUFX =          .zip  EXTRACT_SUFX =          .zip
   
 MODULES =               devel/cmake  MODULES =               devel/cmake
 LIB_DEPENDS =           devel/sdl-image \  LIB_DEPENDS =           devel/boost \
                           devel/gettext \
                           devel/sdl-image \
                         devel/sdl-mixer \                          devel/sdl-mixer \
                         devel/sdl-ttf \                          devel/sdl-ttf
                         textproc/intltool  
   CONFIGURE_ARGS +=       -DDATA_INSTALL_DIR="${PREFIX}/share/violetland"
   
 SEPARATE_BUILD =        concurrent  SEPARATE_BUILD =        concurrent
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

CVSweb