summaryrefslogtreecommitdiff
path: root/graphics/qt5-3d/Makefile
blob: 85790e09d5c6bc6eb0f74c03b277f542c8757415 (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
24
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
USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

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>