ports/graphics/libQGLViewer/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00

27 lines
693 B
Makefile

# Created by: Yuri Victorovich <yuri@FreeBSD.org>
# $FreeBSD$
PORTNAME= libQGLViewer
DISTVERSION= 2.7.1
PORTREVISION= 3
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
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>