ports/math/octomap/Makefile
Yuri Victorovich c6d1ece34a graphics/libQGLViewer: update 2.7.2 → 2.9.1
Will flavorize this port next.

Reported by:	portscout
2024-04-05 02:15:40 -07:00

30 lines
885 B
Makefile

PORTNAME= octomap
DISTVERSIONPREFIX= v
DISTVERSION= 1.10.0
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Efficient probabilistic 3D mapping framework based on octrees
WWW= https://octomap.github.io/
LICENSE= BSD3CLAUSE GPLv2
LICENSE_COMB= dual
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/octomap/LICENSE.txt
LICENSE_FILE_GPLv2= ${WRKSRC}/octovis/LICENSE.txt
LIB_DEPENDS= libQGLViewer.so:graphics/libQGLViewer
USES= cmake:testing compiler:c++11-lang localbase:ldflags gl qt:5
USE_QT= core gui opengl xml widgets buildtools:build qmake:build
USE_GL= gl glu
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= OctoMap
# libQGLViewer detection is broken: https://github.com/OctoMap/octomap/issues/225
CMAKE_ON= OCTOVIS_QT5
CMAKE_ARGS= -DQGLVIEWER_BASE_DIR:PATH=${LOCALBASE}/include/QGLViewer #-DQGLViewer_LIBRARY_DIR_OTHER:PATH=${LOCALBASE}/lib
.include <bsd.port.mk>