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

Annotation of ports/graphics/luminance/Makefile, Revision 1.1

1.1     ! yason       1: # $OpenBSD$
        !             2: COMMENT =              application that aims to provide a workflow for HDR imaging
        !             3:
        !             4: DISTNAME =             luminance-hdr_2.0.0
        !             5: PKGNAME =              ${DISTNAME:S/_/-/}
        !             6:
        !             7: CATEGORIES =           graphics
        !             8:
        !             9: HOMEPAGE =             http://qtpfsgui.sourceforge.net/
        !            10:
        !            11: #MAINTAINER =          ???
        !            12:
        !            13: # GPLv2
        !            14: PERMIT_PACKAGE_CDROM = Yes
        !            15: PERMIT_PACKAGE_FTP =   Yes
        !            16: PERMIT_DISTFILES_CDROM =Yes
        !            17: PERMIT_DISTFILES_FTP = Yes
        !            18:
        !            19: WANTLIB =              Half Iex IlmImf Imath QtDBus QtGui QtNetwork QtWebKit QtXml QtXmlPatterns \
        !            20:                        c  exiv2 fftw3f gsl gslcblas m phonon pthread sqlite3 stdc++ tiff
        !            21:
        !            22: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=qtpfsgui/}
        !            23:
        !            24: MODULES =              x11/qt4
        !            25: RUN_DEPENDS =          :desktop-file-utils-*:devel/desktop-file-utils
        !            26: LIB_DEPENDS =          ::devel/gsl \
        !            27:                        ::graphics/openexr \
        !            28:                        ::graphics/exiv2 \
        !            29:                        ::graphics/tiff \
        !            30:                        ::math/fftw3,float
        !            31:
        !            32: FAKE_FLAGS =           INSTALL_ROOT=${WRKINST}
        !            33:
        !            34: USE_X11 =              Yes
        !            35:
        !            36: NO_REGRESS =           Yes
        !            37:
        !            38: do-build:
        !            39:        cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/qmake4 PREFIX=${PREFIX}
        !            40:
        !            41: .include <bsd.port.mk>

CVSweb