aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt5-quick3d/Makefile
blob: 97a052a5c8f646313284d11e3bb9b7d814a1ebca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	quick3d
PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES=	x11-toolkits
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Set of controls for building complete interfaces in Qt Quick3D
WWW=		https://qt-project.org

LIB_DEPENDS=	libassimp.so:multimedia/assimp

USES=		compiler:c++11-lang perl5 qmake qt-dist:5
USE_PERL5=	build
USE_QT=		core declarative gui network opengl \
		buildtools:build
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

QT_BINARIES=	yes

.include <bsd.port.mk>