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

Diff for /ports/games/torcs/Makefile between version 1.10 and 1.11

version 1.10, 2012/07/20 18:18:26 version 1.11, 2017/12/08 11:05:30
Line 2 
Line 2 
   
 COMMENT =               The Open Racing Car Simulator  COMMENT =               The Open Racing Car Simulator
   
 DISTNAME =              torcs-1.3.3  DISTNAME =              torcs-1.3.6
   
 CATEGORIES =            games x11  CATEGORIES =            games
   
 HOMEPAGE =              http://torcs.sourceforge.net/  HOMEPAGE =              http://torcs.sourceforge.net/
   
Line 12 
Line 12 
   
 # GPLv2  # GPLv2
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
 PERMIT_PACKAGE_FTP =    Yes  
 PERMIT_DISTFILES_CDROM =Yes  
 PERMIT_DISTFILES_FTP =  Yes  
   
 WANTLIB += GL GLU ICE SM X11 Xext Xi Xmu Xrandr Xrender Xt Xxf86vm  WANTLIB += GL GLU ICE SM X11 Xext Xi Xmu Xrandr Xrender Xt Xxf86vm
 WANTLIB += alut c glut m ogg openal png pthread stdc++ vorbis  WANTLIB += alut c glut m ogg openal png pthread stdc++ vorbis
Line 36 
Line 33 
 CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \  CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
                         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread -lm -logg -lvorbis"                          LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread -lm -logg -lvorbis"
   
 NO_REGRESS =            Yes  NO_TEST =               Yes
   
 ALL_TARGET =            default  ALL_TARGET =            default
 INSTALL_TARGET =        install datainstall  INSTALL_TARGET =        install datainstall

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb