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

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

version 1.8, 2012/02/02 17:25:07 version 1.10, 2012/07/20 18:18:26
Line 2 
Line 2 
   
 COMMENT =               The Open Racing Car Simulator  COMMENT =               The Open Racing Car Simulator
   
 DISTNAME =              torcs-1.3.2  DISTNAME =              torcs-1.3.3
   
 CATEGORIES =            games x11  CATEGORIES =            games x11
   
Line 29 
Line 29 
                         audio/openal \                          audio/openal \
                         graphics/freeglut \                          graphics/freeglut \
                         graphics/png                          graphics/png
   RUN_DEPENDS =           devel/desktop-file-utils
   
 USE_GMAKE =             Yes  USE_GMAKE =             Yes
 USE_LIBTOOL =           Yes  
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ARGS +=       ${CONFIGURE_SHARED}  
 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"
   
Line 51 
Line 50 
   
 post-patch:  post-patch:
 .for i in ${FILES}  .for i in ${FILES}
         perl -pi -e "s,/bin/bash,/bin/sh,"      \          @perl -pi -e "s,/bin/bash,/bin/sh," \
                 ${WRKSRC}/${i}                  ${WRKSRC}/${i}
           @perl -pi -e "s,games\/,," \
                   ${WRKSRC}/${i}
 .endfor  .endfor
   
   post-install:
           ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
           ${INSTALL_DATA} ${WRKSRC}/torcs.desktop ${PREFIX}/share/applications/
   
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb