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

Diff for /ports/graphics/devil/Attic/Makefile between version 1.1 and 1.2

version 1.1, 2009/09/14 09:39:34 version 1.2, 2009/09/20 07:53:20
Line 30 
Line 30 
   
 LIB_DEPENDS =           alleg::devel/allegro \  LIB_DEPENDS =           alleg::devel/allegro \
                         SDL::devel/sdl \                          SDL::devel/sdl \
                         glut::graphics/glut \                          glut::graphics/freeglut \
                         Half,Iex,IlmThread,Imath::graphics/ilmbase \                          Half,Iex,IlmThread,Imath::graphics/ilmbase \
                         IlmImf::graphics/openexr \                          IlmImf::graphics/openexr \
                         jasper::graphics/jasper \                          jasper::graphics/jasper \
                         tiff::graphics/tiff \                          tiff::graphics/tiff \
   
 REGRESS_DEPENDS =       ::shells/bash  
   
 USE_X11 =               Yes  USE_X11 =               Yes
 USE_LIBTOOL =           Yes  USE_LIBTOOL =           Yes
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
Line 45 
Line 43 
                         --enable-ILUT \                          --enable-ILUT \
                         --with-examples \                          --with-examples \
                         ${CONFIGURE_SHARED}                          ${CONFIGURE_SHARED}
 CONFIGURE_ENV =         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" \  CONFIGURE_ENV =         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" \
                         CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/"                          CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/"
   
 #NO_REGRESS =           Yes  NO_REGRESS =            Yes
   
 WRKDIST =               ${WRKDIR}/${DISTNAME:L}  WRKDIST =               ${WRKDIR}/${DISTNAME:L}
   
 post-extract:  post-extract:
 .for i in configure build-aux/install-sh  .for i in configure build-aux/install-sh
         chmod a+x ${WRKSRC}/$i          chmod +x ${WRKSRC}/$i
 .endfor  .endfor
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb