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

Diff for /ports/games/vcmi/Attic/Makefile between version 1.1.1.1 and 1.7

version 1.1.1.1, 2011/11/13 21:44:30 version 1.7, 2013/06/29 19:20:56
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 VMEM_WARNING =          Yes  
 #BROKEN =               CGameHandler.cpp:5226: error: no matching function for call to 'CCreature::getRandomAmount(int ()()) const'  
   
 COMMENT =               rewrite of the HoMM3 engine  SUBDIR =
   SUBDIR += base
   SUBDIR += data
   
 DISTNAME =              vcmi-0.86  .include <bsd.port.subdir.mk>
   
 SHARED_LIBS =           vcmi    0.0 # 0.0  
   
 CATEGORIES =            games  
   
 HOMEPAGE =              http://forum.vcmi.eu/portal.php  
   
 #MAINTAINER =           ???  
   
 # GPLv2  
 PERMIT_PACKAGE_CDROM =  Yes  
 PERMIT_PACKAGE_FTP =    Yes  
 PERMIT_DISTFILES_CDROM =Yes  
 PERMIT_DISTFILES_FTP =  Yes  
   
 WANTLIB =               c freetype m pthread sndio stdc++ usbhid z  
   
 MASTER_SITES =           http://www.linklevel.net/distfiles/  
   
 #MODULES =              ???  
 #BUILD_DEPENDS =        ???  
 #RUN_DEPENDS =          ???  
 LIB_DEPENDS =           audio/libvorbis \  
                         devel/boost \  
                         devel/sdl-image \  
                         devel/sdl-mixer \  
                         devel/sdl-ttf \  
                         graphics/ffmpeg \  
                         graphics/jpeg \  
                         graphics/png \  
                         multimedia/libtheora  
   
 USE_GMAKE =             Yes  
 USE_LIBTOOL =           gnu  
 CONFIGURE_STYLE =       gnu  
 CONFIGURE_ARGS +=       --disable-debug \  
                         --with-boost-iostreams=mt \  
                         --with-boost-filesystem=mt \  
                         --with-boost-thread=mt \  
                         --with-boost-system=mt \  
                         ${CONFIGURE_SHARED}  
 CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include  -I${X11BASE}/include" \  
                         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"  
   
 NO_REGRESS =            Yes  
   
 #pre-patch:  
 #       @perl -i -pe 's/\r$$//' ${WRKSRC}/lib/Interprocess.h  
 pre-configure:  
         @perl -pi -e s'|-lpthread|-pthread|g' ${WRKSRC}/lib/Makefile.in  
   
 .include <bsd.port.mk>  

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

CVSweb