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

version 1.10, 2012/07/20 18:18:26 version 1.12, 2017/12/08 13:03:45
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
   # XXX doesn't build with MAKE_JOBS>1
   
 COMMENT =               The Open Racing Car Simulator  COMMENT =               The Open Racing Car Simulator
   
 DISTNAME =              torcs-1.3.3  DISTNAME =              torcs-1.3.7
   
 CATEGORIES =            games x11  CATEGORIES =            games x11
   
 HOMEPAGE =              http://torcs.sourceforge.net/  HOMEPAGE =              http://torcs.sourceforge.net/
   
 #MAINTAINER =           ???  MAINTAINER =            Kirill Bychkov <kirby@openbsd.org>
   
 # 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 vorbis vorbisfile
 WANTLIB += vorbisfile z  WANTLIB += z
   
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=torcs/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=torcs/}
 EXTRACT_SUFX =          .tar.bz2  EXTRACT_SUFX =          .tar.bz2
Line 36 
Line 35 
 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
Line 59 
Line 58 
 post-install:  post-install:
         ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/          ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
         ${INSTALL_DATA} ${WRKSRC}/torcs.desktop ${PREFIX}/share/applications/          ${INSTALL_DATA} ${WRKSRC}/torcs.desktop ${PREFIX}/share/applications/
   
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb