summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-quick3d/Makefile
blob: 006a8cff727b5eff7115f541deee47a9fb46a450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	quick3d
PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
PORTREVISION=	1
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 qmake qt-dist:5
USE_QT=		core declarative gui network opengl \
		buildtools:build

QT_BINARIES=	yes

.include <bsd.port.mk>