Portfile

# $Id: Portfile 20312 2006-11-01 21:50:13Z blair@macports.org $

PortSystem 1.0

name opencv
version 0.9.9
categories graphics science
platforms darwin
maintainers stante@gmail.com
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 e76c4f0cbf12128d7ae343e3abdfdabd

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

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