1PORTNAME= 3d 2PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} 3CATEGORIES= graphics 4PKGNAMEPREFIX= qt5- 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Qt3D module 8 9LIB_DEPENDS= libassimp.so:multimedia/assimp 10 11USES= compiler:c++11-lang perl5 pkgconfig qmake:norecursive qt-dist:5,3d 12USE_PERL5= extract 13USE_QT= concurrent core declarative gui network buildtools:build 14USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} 15 16OPTIONS_DEFINE_amd64= AVX 17OPTIONS_DEFINE_i386= AVX 18 19AVX_DESC= Build for Intel CPUs with AVX* support (Haswell+) 20AVX_EXTRA_PATCHES= ${FILESDIR}/extrapatch-src_core_configure.json 21 22QT_BINARIES= yes 23 24.include <bsd.port.mk> 25