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

Annotation of pkgsrc/graphics/opencv/Makefile, Revision 1.39

1.39    ! wiz         1: # $NetBSD: Makefile,v 1.38 2013/06/04 22:16:24 tron Exp $
1.1       uebayasi    2:
1.32      ryoon       3: DISTNAME=      OpenCV-2.4.3
                      4: PKGNAME=       ${DISTNAME:S/a$//:tl}
1.39    ! wiz         5: PKGREVISION=   6
1.21      adam        6: CATEGORIES=    graphics devel
                      7: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opencvlibrary/}
                      8: EXTRACT_SUFX=  .tar.bz2
                      9:
                     10: MAINTAINER=    anthony.mallet@laas.fr
1.24      wiz        11: HOMEPAGE=      http://code.opencv.org/projects/OpenCV/wiki/WikiStart
1.21      adam       12: COMMENT=       Library for computer vision problems
                     13: LICENSE=       modified-bsd
1.1       uebayasi   14:
1.11      wiz        15: USE_CMAKE=             yes
1.21      adam       16: USE_LANGUAGES=         c c++
                     17: USE_LIBTOOL=           yes
1.1       uebayasi   18: USE_PKGLOCALEDIR=      yes
1.2       taca       19: USE_TOOLS+=            gmake pkg-config
1.25      adam       20:
                     21: INSTALLATION_DIRS+=    share/doc/opencv/papers
                     22: INSTALLATION_DIRS+=    share/doc/opencv/ref/pics
                     23: INSTALLATION_DIRS+=    share/OpenCV/haarcascades
1.1       uebayasi   24:
1.11      wiz        25: PKGCONFIG_OVERRIDE+=   opencv.pc.cmake.in
1.1       uebayasi   26:
1.22      markd      27: REPLACE_PYTHON+=       samples/python/*.py
                     28:
                     29: WRKSRC=                ${WRKDIR}/${DISTNAME:S/a$//}
                     30:
1.23      wiz        31: # includes configure output and paths to gmake etc.
1.25      adam       32: CHECK_WRKREF_SKIP=     ${PREFIX}/lib/libopencv_core.*
1.23      wiz        33:
1.22      markd      34: .include "options.mk"
1.1       uebayasi   35:
1.35      joerg      36: .include "../../mk/compiler.mk"
                     37: .if !empty(PKGSRC_COMPILER:Mclang)
                     38: CXXFLAGS+=     -std=c++11
                     39: .endif
                     40:
1.21      adam       41: .include "../../devel/zlib/buildlink3.mk"
                     42: .include "../../graphics/jasper/buildlink3.mk"
1.25      adam       43: .include "../../graphics/openexr/buildlink3.mk"
1.21      adam       44: .include "../../graphics/png/buildlink3.mk"
                     45: .include "../../graphics/tiff/buildlink3.mk"
                     46: .if ${OPSYS} != "Darwin"
1.1       uebayasi   47: .include "../../x11/gtk2/buildlink3.mk"
1.21      adam       48: .endif
1.13      dsainty    49: .include "../../mk/jpeg.buildlink3.mk"
1.1       uebayasi   50: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>