mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= visp
|
|
DISTVERSION= 3.2.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://gforge.inria.fr/frs/download.php/latestfile/475/
|
|
|
|
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 \
|
|
libopencv_core.so:graphics/opencv-core \
|
|
libopencv_videoio.so:graphics/opencv \
|
|
libpcl_common.so:graphics/pcl-pointclouds \
|
|
libqhull.so:math/qhull5 \
|
|
libpng.so:graphics/png \
|
|
libv4l2.so:multimedia/libv4l
|
|
|
|
USES= cmake compiler:c++11-lang eigen:3 fortran gnome jpeg
|
|
USE_GNOME= libxml2
|
|
USE_XORG= ice sm x11 xext
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_OFF= 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>
|