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

Diff for /ports/graphics/luminance/Attic/Makefile between version 1.1 and 1.6

version 1.1, 2010/08/18 22:18:53 version 1.6, 2011/09/08 08:14:52
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 COMMENT =               application that aims to provide a workflow for HDR imaging  COMMENT =               application that aims to provide a workflow for HDR imaging
   BROKEN =                no install target in cmake
   
 DISTNAME =              luminance-hdr_2.0.0  V =                     2.1.0
 PKGNAME =               ${DISTNAME:S/_/-/}  DISTNAME =              luminance-hdr-${V}
   PKGNAME =               ${DISTNAME:S/-hdr//}
   
 CATEGORIES =            graphics  CATEGORIES =            graphics
   
Line 16 
Line 18 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB =               Half Iex IlmImf Imath QtDBus QtGui QtNetwork QtWebKit QtXml QtXmlPatterns \  WANTLIB =               Half Iex IlmImf Imath QtGui QtWebKit QtXml \
                         c  exiv2 fftw3f gsl gslcblas m phonon pthread sqlite3 stdc++ tiff                          c  exiv2 fftw3f gsl gslcblas m pthread stdc++ tiff
   
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=qtpfsgui/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=qtpfsgui/}
   
 MODULES =               x11/qt4  MODULES =               devel/cmake x11/qt4
 RUN_DEPENDS =           :desktop-file-utils-*:devel/desktop-file-utils  RUN_DEPENDS =           devel/desktop-file-utils
 LIB_DEPENDS =           ::devel/gsl \  LIB_DEPENDS =           devel/gsl \
                         ::graphics/openexr \                          graphics/openexr \
                         ::graphics/exiv2 \                          graphics/exiv2 \
                         ::graphics/tiff \                          graphics/libraw \
                         ::math/fftw3,float                          graphics/tiff \
                           math/fftw3,float
   
 FAKE_FLAGS =            INSTALL_ROOT=${WRKINST}  CONFIGURE_ARGS +=       -DCMAKE_BUILD_TYPE=RELEASE \
                           -DCMAKE_EXE_LINKER_FLAGS=-pthread
   SEPARATE_BUILD =        simple
   
 USE_X11 =               Yes  
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   
 do-build:  
         cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/qmake4 PREFIX=${PREFIX}  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb