[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / enblend-enfuse

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/graphics/enblend-enfuse/Makefile between version 1.6 and 1.8

version 1.6, 2010/05/15 05:47:58 version 1.8, 2010/12/14 18:26:34
Line 3 
Line 3 
 DISTNAME=       enblend-enfuse-4.0  DISTNAME=       enblend-enfuse-4.0
 # XXX distribution file has changed; remove the line below on next update  # XXX distribution file has changed; remove the line below on next update
 DIST_SUBDIR=    ${PKGNAME_NOREV}  DIST_SUBDIR=    ${PKGNAME_NOREV}
 PKGREVISION=    2  PKGREVISION=    3
 CATEGORIES=     graphics  CATEGORIES=     graphics
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=enblend/}  MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=enblend/}
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://enblend.sourceforge.net/  HOMEPAGE=       http://enblend.sourceforge.net/
 COMMENT=        Combines overlapping images without seams, with good exposure  COMMENT=        Combines overlapping images without seams, with good exposure
   
 LICENSE=        gnu-gpl-v2  LICENSE=        gnu-gpl-v2
   
 PKG_DESTDIR_SUPPORT=    user-destdir  PKG_DESTDIR_SUPPORT=    user-destdir
Line 21  USE_LANGUAGES=  c c++
Line 20  USE_LANGUAGES=  c c++
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 USE_TOOLS+=             gmake perl:build pkg-config  USE_TOOLS+=             gmake perl:build pkg-config
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
   CONFIGURE_ARGS+=        --disable-image-cache
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
Line 29  CONFIGURE_ARGS+= --enable-openmp
Line 29  CONFIGURE_ARGS+= --enable-openmp
 CONFIGURE_ARGS+=        --with-apple-opengl-framework  CONFIGURE_ARGS+=        --with-apple-opengl-framework
 .else  .else
 CONFIGURE_ARGS+=        --with-x  CONFIGURE_ARGS+=        --with-x
 .include "../../graphics/glew/buildlink3.mk"  
 .include "../../graphics/glut/buildlink3.mk"  .include "../../graphics/glut/buildlink3.mk"
 .endif  .endif
   
 .include "../../devel/boost-headers/buildlink3.mk"  .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"  .include "../../graphics/jpeg/buildlink3.mk"
   .include "../../graphics/glew/buildlink3.mk"
 .include "../../graphics/lcms/buildlink3.mk"  .include "../../graphics/lcms/buildlink3.mk"
 .include "../../graphics/libxmi/buildlink3.mk"  .include "../../graphics/libxmi/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"  .include "../../graphics/openexr/buildlink3.mk"

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

CVSweb <webmaster@jp.NetBSD.org>