[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.6

version 1.5, 2012/01/03 03:06:42 version 1.6, 2012/07/08 19:20:27
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_v016
 PKGNAME =               flare-0.15.1  PKGNAME =               flare-0.16
   
 CATEGORIES =            games  CATEGORIES =            games
   
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 =         ${HOMEPAGE}/download/
   MASTER_SITES =  https://github.com/downloads/clintbellanger/flare/
   
   EXTRACT_SUFX =          .zip
   
 MODULES =               devel/cmake  MODULES =               devel/cmake
 LIB_DEPENDS =           devel/sdl-image \  LIB_DEPENDS =           devel/sdl-image \
                         devel/sdl-mixer \                          devel/sdl-mixer \
Line 32 
Line 35 
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   
 post-extract:  WRKDIST =               ${WRKDIR}/${DISTNAME:S/_linux//}
         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.6

CVSweb