blob: 2dd7f5fe3babb08da4a2c4e8e5ed6e781c546f8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Yuri Victorovich <yuri@FreeBSD.org>
# $FreeBSD$
PORTNAME= libQGLViewer
DISTVERSION= 2.7.1
PORTREVISION= 2
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>
|