1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name pcl |
---|
6 | version 1.6.0 |
---|
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 08a251e513c1e7a79b22eb439f3d479ce3cf36e5 \ |
---|
20 | sha256 3d384a37ce801a75c8995801e650a5e2c13e0d67541aa676cad4fa27996ce346 |
---|
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 |
---|