1PORTNAME= libQGLViewer 2DISTVERSIONPREFIX= v 3DISTVERSION= 2.9.1 4CATEGORIES= graphics devel 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= C++ library based on Qt5 that eases the creation of OpenGL 3D viewers 8WWW= https://github.com/GillesDebunne/libQGLViewer 9 10LICENSE= gpl2 11LICENSE_FILE= ${WRKSRC}/LICENCE 12 13USES= cmake compiler:c++17-lang gl qt:5 14USE_GL= gl glu 15USE_QT= core designer gui opengl widgets xml \ 16 buildtools:build qmake:build 17USE_LDCONFIG= yes 18 19USE_GITHUB= yes 20GH_ACCOUNT= GillesDebunne 21 22CMAKE_OFF= USE_QT6 23 24PLIST_SUB= SHL3=${DISTVERSION} SHL2=${DISTVERSION:C/\.[0-9]$//} SHL1=${DISTVERSION:C/\.[0-9]\.[0-9]$//} 25 26NO_TEST= yes 27 28.include <bsd.port.mk> 29