freebsd-ports/graphics/libQGLViewer/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

25 lines
671 B
Makefile

PORTNAME= libQGLViewer
DISTVERSION= 2.7.2
PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= http://www.libqglviewer.com/src/
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library based on Qt5 that eases the creation of OpenGL 3D viewers
WWW= http://libqglviewer.com/index.html
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= compiler:c++11-lang gl qmake qt:5
USE_GL= gl glu
USE_QT= core designer gui opengl widgets xml buildtools:build
USE_LDCONFIG= yes
PLIST_SUB= SHL3=${DISTVERSION} SHL2=${DISTVERSION:C/\.[0-9]$//} SHL1=${DISTVERSION:C/\.[0-9]\.[0-9]$//}
OPTIONS_DEFINE= DOCS
DOCSDIR= ${PREFIX}/share/doc/QGLViewer
PORTDOCS= *
.include <bsd.port.mk>