=================================================================== RCS file: /cvs/ports/graphics/luminance/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.5 diff -u -r1.2 -r1.5 --- ports/graphics/luminance/Attic/Makefile 2010/10/27 05:07:23 1.2 +++ ports/graphics/luminance/Attic/Makefile 2011/08/22 20:44:36 1.5 @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2010/10/27 04:07:23 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2011/08/22 20:44:36 yason Exp $ COMMENT = application that aims to provide a workflow for HDR imaging -DISTNAME = luminance-v2.0.1 -PKGNAME = ${DISTNAME:S/v//} +V = 2.0.2 +DISTNAME = luminance-hdr-${V} +PKGNAME = ${DISTNAME:S/-hdr//} CATEGORIES = graphics @@ -16,22 +17,25 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = Half Iex IlmImf Imath QtDBus QtGui QtNetwork QtWebKit QtXml QtXmlPatterns \ - c exiv2 fftw3f gsl gslcblas m phonon pthread sqlite3 stdc++ tiff +WANTLIB = Half Iex IlmImf Imath QtGui QtWebKit QtXml \ + c exiv2 fftw3f gsl gslcblas m pthread stdc++ tiff MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=qtpfsgui/} MODULES = x11/qt4 -RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils -LIB_DEPENDS = ::devel/gsl \ - ::graphics/openexr \ - ::graphics/exiv2 \ - ::graphics/tiff \ - ::math/fftw3,float +RUN_DEPENDS = devel/desktop-file-utils +LIB_DEPENDS = devel/gsl \ + graphics/openexr \ + graphics/exiv2 \ + graphics/libraw \ + graphics/tiff \ + math/fftw3,float FAKE_FLAGS = INSTALL_ROOT=${WRKINST} NO_REGRESS = Yes + +WRKDIST = ${WRKDIR}/LuminanceHDR-${V} do-build: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/qmake4 PREFIX=${PREFIX}