mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
27 lines
654 B
Makefile
27 lines
654 B
Makefile
# Created by: Yuri Victorovich <yuri@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libQGLViewer
|
|
DISTVERSION= 2.7.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
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= 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>
|