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