summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-quick3d/Makefile
blob: c95090956468ac67ee4afaa8007c4f5e0fde3072 (plain) (blame)
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>