# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 100683 2012-12-20 11:38:00Z vince@macports.org $ PortSystem 1.0 PortGroup cmake 1.0 name libpcl version 1.6.0 categories graphics gis science platforms darwin license BSD maintainers gmail.com:luminans vince description Point Cloud Library long_description The Point Cloud Library (PCL) is a standalone, large scale, open project \ for 2D/3D image and point cloud processing. homepage http://www.pointclouds.org master_sites ${homepage}/assets/files/${version} distname PCL-${version}-Source use_bzip2 yes checksums rmd160 08a251e513c1e7a79b22eb439f3d479ce3cf36e5 \ sha256 3d384a37ce801a75c8995801e650a5e2c13e0d67541aa676cad4fa27996ce346 depends_lib port:boost \ port:eigen3 \ port:flann \ port:vtk5 \ port:qhull \ port:openni # PCL 1.6 does not compile with clang or macports-gcc-4.x configure.compiler llvm-gcc-4.2 configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} configure.args -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib