blob: 0a09c659616b5248ba7b83989ec272a87350a873 (
plain)
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}
PORTREVISION= 1
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>
|