aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-quick3d/Makefile
blob: 5ef21a3faf888a1a459ff266ce7e7a976e30ec33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	quick3d
DISTVERSION=	${QT5_VERSION}
PORTREVISION=	1
CATEGORIES=	x11-toolkits
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Set of controls for building complete interfaces in Qt Quick3D

USES=		compiler:c++11-lang qmake qt-dist:5
USE_QT=		core declarative gui network opengl \
		buildtools_build

.include <bsd.port.mk>