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

version 1.8, 2012/02/02 17:25:07 version 1.9, 2012/07/20 17:37:07
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 31 
Line 31 
                         graphics/png                          graphics/png
   
 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 49 
   
 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}
           @perl -pi -e "s,games\/,," \
                 ${WRKSRC}/${i}                  ${WRKSRC}/${i}
 .endfor  .endfor
   

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

CVSweb