# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem			1.0

name				opencv
version				1.0.0
categories			graphics science
platforms			darwin
maintainers			gmail.com:stante
description			Intel(R) Open Source Computer Vision Library
long_description	opencv is a library that is mainly aimed at real time \
					computer vision. Some example areas would be \
					Human-Computer Interaction (HCI), Object Identification, \
					Segmentation and Recognition, Face Recognition, Gesture \
					Recognition, Motion Tracking, Ego Motion, Motion \
					Understanding, Structure From Motion (SFM), and Mobile \
					Robotics.

homepage			http://www.intel.com/technology/computing/opencv/
master_sites		sourceforge:opencvlibrary
checksums			md5 146a05005f2d2c16c4ee10ebd7f1dd58

depends_lib			port:gtk2 port:zlib port:jpeg \
					port:libpng port:tiff

configure.env		CPATH="${prefix}/include"    \
					LIBRARY_PATH="${prefix}/lib"
configure.cxxflags-append	"-I${prefix}/include -L${prefix}/lib"
