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

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

version 1.6, 2012/07/08 19:20:27 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_v016  DISTNAME =              flare_linux_v017
 PKGNAME =               flare-0.16  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 =         ${HOMEPAGE}/download/  MASTER_SITES =  https://github.com/downloads/clintbellanger/flare-game/
 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 34 
Line 31 
                         -DDATADIR=share/flare                          -DDATADIR=share/flare
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   
 WRKDIST =               ${WRKDIR}/${DISTNAME:S/_linux//}  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb