[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.1.1 and 1.9

version 1.1.1.1, 2009/09/14 09:39:34 version 1.9, 2010/12/08 05:01:29
Line 5 
Line 5 
 DISTNAME =              DevIL-1.7.8  DISTNAME =              DevIL-1.7.8
 PKGNAME =               ${DISTNAME:L}  PKGNAME =               ${DISTNAME:L}
   
 SHARED_LIBS +=          IL      0.0 #2.0  SHARED_LIBS +=          IL      0.0 # .2.0
 SHARED_LIBS +=          ILU     0.0 #2.0  SHARED_LIBS +=          ILU     0.0 # .2.0
 SHARED_LIBS +=          ILUT    0.0 #2.0  SHARED_LIBS +=          ILUT    0.0 # .2.0
   
 CATEGORIES =            graphics  CATEGORIES =            graphics
   
Line 21 
Line 21 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB =               GL GLU ICE SM X11 Xau Xdmcp Xext Xi Xmu Xrandr Xrender \  WANTLIB += GL GLU Half ICE Iex IlmImf IlmThread Imath SM SDL X11
                         Xt c iconv jpeg m pthread pthread-stubs sndio stdc++  \  WANTLIB += Xau Xcursor Xdamage Xdmcp Xext Xfixes Xi Xmu Xpm Xrender
                         usbhid xcb z  WANTLIB += Xt Xxf86dga Xxf86vm alleg c drm glut iconv jasper jpeg
   WANTLIB += lcms m pthread pthread-stubs sndio stdc++ tiff usbhid xcb z
   
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=openil/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=openil/}
 EXTRACT_SUFX =          .zip  EXTRACT_SUFX =          .zip
   
 LIB_DEPENDS =           alleg::devel/allegro \  LIB_DEPENDS =           games/allegro \
                         SDL::devel/sdl \                          devel/sdl \
                         glut::graphics/glut \                          graphics/freeglut \
                         Half,Iex,IlmThread,Imath::graphics/ilmbase \                          graphics/ilmbase \
                         IlmImf::graphics/openexr \                          graphics/openexr \
                         jasper::graphics/jasper \                          graphics/jasper \
                         tiff::graphics/tiff \                          graphics/lcms
   
 REGRESS_DEPENDS =       ::shells/bash  
   
 USE_X11 =               Yes  
 USE_LIBTOOL =           Yes  USE_LIBTOOL =           Yes
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       autoconf
   AUTOCONF_VERSION =      2.61
 CONFIGURE_ARGS +=       --enable-ILU \  CONFIGURE_ARGS +=       --enable-ILU \
                         --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.1.1  
changed lines
  Added in v.1.9

CVSweb