aboutsummaryrefslogtreecommitdiff
path: root/graphics/qt5-3d/Makefile
blob: 84dcf5ff7e6f7371e7a482d7e53f28972ba8d3a9 (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
PORTNAME=	3d
PORTVERSION=	${QT5_VERSION}${QT5_KDE_PATCH}
CATEGORIES=	graphics
PKGNAMEPREFIX=	qt5-

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Qt3D module

LIB_DEPENDS=	libassimp.so:multimedia/assimp

USES=		compiler:c++11-lang perl5 pkgconfig qmake:norecursive qt-dist:5,3d
USE_PERL5=	extract
USE_QT=		concurrent core declarative gui network buildtools_build

OPTIONS_DEFINE_amd64=	AVX
OPTIONS_DEFINE_i386=	AVX

AVX_DESC=		Build for Intel CPUs with AVX* support (Haswell+)
AVX_EXTRA_PATCHES=	${FILESDIR}/extrapatch-src_core_configure.json

QT_BINARIES=	yes

.include <bsd.port.mk>