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

Diff for /ports/games/flare/Attic/Makefile between version 1.5 and 1.7

version 1.5, 2012/01/03 03:06:42 version 1.7, 2012/09/29 19:05:38
Line 2 
Line 2 
   
 COMMENT =               engine for isometric-view action roleplaying games  COMMENT =               engine for isometric-view action roleplaying games
   
 DISTNAME =              flare_linux_v015_1  DISTNAME =              flare_linux_v017
 PKGNAME =               flare-0.15.1  PKGNAME =               flare-0.17
   
 CATEGORIES =            games  CATEGORIES =            games
   
 HOMEPAGE =              http://clintbellanger.net/rpg/  HOMEPAGE =              http://flarerpg.org
   
 MAINTAINER =            Kirill Bychkov <yason@linklevel.net>  MAINTAINER =            Kirill Bychkov <yason@linklevel.net>
   
Line 19 
Line 19 
   
 WANTLIB += SDL SDL_image SDL_mixer SDL_ttf c m pthread stdc++  WANTLIB += SDL SDL_image SDL_mixer SDL_ttf c m pthread stdc++
   
 MASTER_SITES =          https://github.com/downloads/clintbellanger/flare/  MASTER_SITES =  https://github.com/downloads/clintbellanger/flare-game/
   
 MODULES =               devel/cmake  MODULES =               devel/cmake
 LIB_DEPENDS =           devel/sdl-image \  LIB_DEPENDS =           devel/sdl-image \
Line 31 
Line 31 
                         -DDATADIR=share/flare                          -DDATADIR=share/flare
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   
 post-extract:  
         find ${WRKDIST} -name \._* -exec rm {} \;  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

CVSweb