[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / cegui

Diff for /ports/graphics/cegui/Attic/Makefile between version 1.3 and 1.4

version 1.3, 2009/02/27 15:09:50 version 1.4, 2009/06/11 13:44:28
Line 2 
Line 2 
   
 COMMENT =               library providing windowing and widgets for graphics APIs  COMMENT =               library providing windowing and widgets for graphics APIs
   
 DISTNAME =              CEGUI-0.6.2b  DISTNAME =              CEGUI-0.6.2
 PKGNAME =               ${DISTNAME:L}  PKGNAME =               ${DISTNAME:L}
   
 SHARED_LIBS =           CEGUIBase               3.0 \  SHARED_LIBS =           CEGUIBase               3.0 \
Line 43 
Line 43 
                         --enable-toluacegui \                          --enable-toluacegui \
                         --disable-xerces-c                          --disable-xerces-c
   
   #MAKE_ENV =
 CONFIGURE_ENV +=        CPPLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \  CONFIGURE_ENV +=        CPPLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
                         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm -lXi -lXmu"                          LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm -pthread -lXi -lXmu"
   
 WRKDIST =               ${WRKDIR}/CEGUI-0.6.2  
   
 post-patch:  post-patch:
   # Find out what prevents to fing GL/glu/h and GL/gl.h when building in Samples
         @perl -pi -e 's|Samples||g' ${WRKSRC}/Makefile.in          @perl -pi -e 's|Samples||g' ${WRKSRC}/Makefile.in
   #
         @perl -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure          @perl -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb