freebsd-ports/graphics/qt5-3d/Makefile
Tobias C. Berner 3aeb8b79ba Qt5: Update Qt 5 to 5.15.7
* rebase the KDE patched Qt5 ontop of the 5.15.7 branch
* update qt5-script to 5.15.11

Exp-run by:	antoine
PR:		268533
2022-12-29 12:52:47 +01:00

24 lines
575 B
Makefile

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>