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

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

version 1.4, 2011/11/08 18:28:08 version 1.5, 2012/01/03 03:06:42
Line 2 
Line 2 
   
 COMMENT =               engine for isometric-view action roleplaying games  COMMENT =               engine for isometric-view action roleplaying games
   
 DISTNAME =              flare_src_v014  DISTNAME =              flare_linux_v015_1
 PKGNAME =               flare-0.14  PKGNAME =               flare-0.15.1
   
 CATEGORIES =            games  CATEGORIES =            games
   
Line 17 
Line 17 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB += SDL SDL_image SDL_mixer 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/
 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 \
                           devel/sdl-ttf
   RUN_DEPENDS =           devel/desktop-file-utils
   
   CONFIGURE_ARGS +=       -DBINDIR=bin \
                           -DDATADIR=share/flare
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   
 WRKSRC =                ${WRKDIST}/build  post-extract:
           find ${WRKDIST} -name \._* -exec rm {} \;
 do-install:  
         ${INSTALL_DATA_DIR} ${PREFIX}/share/flare/  
         cd ${WRKDIST} && find . \! \( -name build -or -name src -or -name saves \) -type d \  
                 -exec ${INSTALL_DATA_DIR} "${PREFIX}/share/flare/{}" \;  
         cd ${WRKDIST} && find . \! \( -name \*.cpp -or -name \*.h -or -name \CMake* \) \  
                 -type f -mindepth 2 -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/flare/{}" \;  
         ${INSTALL_PROGRAM} ${WRKDIST}/flare ${PREFIX}/share/flare/  
         ${INSTALL_SCRIPT} ${FILESDIR}/flare ${WRKDIST}/flare.sh  
         perl -pi -e 's,%%DATADIR%%,${LOCALBASE}/share/flare/,g' ${WRKDIST}/flare.sh  
         ${INSTALL_SCRIPT} ${WRKDIST}/flare.sh ${PREFIX}/bin/flare  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb