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

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

version 1.4, 2011/06/14 09:55:29 version 1.6, 2011/07/05 10:56:30
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 COMMENT =               game similar to Crimsonland  COMMENT =               top view shooting game
   
 DISTNAME =              violetland-v0.4.2-src  DISTNAME =              violetland-v0.4.2-src
 PKGNAME =               violetland-0.4.2  PKGNAME =               violetland-0.4.2
   
 CATEGORIES =            games  CATEGORIES =            games x11
   
 HOMEPAGE =              http://code.google.com/p/violetland/  HOMEPAGE =              http://code.google.com/p/violetland/
   
Line 29 
Line 29 
                         devel/sdl-image \                          devel/sdl-image \
                         devel/sdl-mixer \                          devel/sdl-mixer \
                         devel/sdl-ttf                          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  SEPARATE_BUILD =        concurrent
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   
 WRKDIST =               ${WRKDIR}/${DISTNAME:S/-src//}  WRKDIST =               ${WRKDIR}/${DISTNAME:S/-src//}
   
   post-install:
           ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
           ${INSTALL_DATA} ${WRKSRC}/violetland.desktop ${PREFIX}/share/applications
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb