Ticket #37350: Portfile

File Portfile, 1.1 KB (added by luminans@…, 11 years ago)

pcl15

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                pcl
6version             1.5.1
7categories          graphics
8platforms           darwin
9license             BSD
10maintainers         luminans
11description         Point Cloud Library
12long_description    The Point Cloud Library (PCL) is a standalone, large scale, open project \
13                    for 2D/3D image and point cloud processing.
14homepage            http://www.pointclouds.org
15master_sites        ${homepage}/assets/files/${version}
16distname            PCL-${version}-Source
17use_bzip2           yes
18
19checksums           rmd160  1bcf6f95b6fce55a46f107b5033a36e4724f9f5d \
20                    sha256  6ab3b0a95e78888ff9779ec841e398f8b96c20eda4a3ce65ee647c1d7cc2b637
21
22depends_lib         port:boost \
23                    port:eigen3 \
24                    port:flann \
25                    port:vtk5 \
26                    port:qhull \
27                    port:openni
28
29depends_build       port:cmake
30
31configure.cmd       cmake
32configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
33configure.args      -DCMAKE_BUILD_TYPE=Release \
34                    -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib