Ticket #8719: Portfile

File Portfile, 976 bytes (added by stante@…, 18 years ago)

The Portfile

Line 
1# $Id: $
2
3PortSystem                      1.0
4
5name                            opencv
6version                         0.9.7
7categories                      graphics science
8platforms                       darwin
9maintainers                     stante@gmail.com
10description                     Intel(R) Open Source Computer Vision Library
11long_description        opencv is a library that is mainly aimed at real time \
12                                        computer vision. Some example areas would be \
13                                        Human-Computer Interaction (HCI), Object Identification, \
14                                        Segmentation and Recognition, Face Recognition, Gesture \
15                                        Recognition, Motion Tracking, Ego Motion, Motion \
16                                        Understanding, Structure From Motion (SFM), and Mobile \
17                                        Robotics.
18
19homepage                        http://www.intel.com/technology/computing/opencv/
20master_sites            sourceforge:opencvlibrary
21checksums                       md5 39cdccd05edd12294db2c238f48ff2ab
22
23depends_lib                     lib:libgtk:gtk2 lib:libz:zlib lib:libjpeg:jpeg \
24                                        lib:libpng:libpng lib:libtiff:tiff             
25
26configure.env           CPATH="${prefix}/include"    \
27                                        LIBRARY_PATH="${prefix}/lib" \
28                                        CXXFLAGS="-I${prefix}/include -L${prefix}/lib"