freebsd-ports/misc/visp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

40 lines
1.1 KiB
Makefile

PORTNAME= visp
DISTVERSION= 3.4.0
CATEGORIES= misc
MASTER_SITES= https://visp-doc.inria.fr/download/releases/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Modular library for visual tracking and visual servoing
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libblas.so:math/blas \
libboost_system.so:devel/boost-libs \
libdmtx.so:graphics/libdmtx \
libflann.so:math/flann \
libgsl.so:math/gsl \
liblapack.so:math/lapack \
libopenblas.so:math/openblas \
libopencv_core.so:graphics/opencv \
libopencv_videoio.so:graphics/opencv \
libpcl_common.so:graphics/pcl-pointclouds \
libqhull.so:math/qhull \
libpng.so:graphics/png \
libv4l2.so:multimedia/libv4l
USES= cmake compiler:c++14-lang eigen:3 fortran gnome jpeg xorg zip
USE_GNOME= libxml2
USE_XORG= ice sm x11 xext
USE_LDCONFIG= yes
CMAKE_OFF= WITH_QBDEVICE BUILD_EXAMPLES BUILD_TUTORIALS BUILD_TESTS BUILD_DEMOS
OPTIONS_DEFINE= OGRE
OGRE_DESC= Include Ogre support
OGRE_CMAKE_BOOL= USE_OGRE
OGRE_LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libOgreMain.so:graphics/ogre3d19
.include <bsd.port.mk>