freebsd-ports/graphics/qt5-3d/Makefile
Tobias C. Berner 50eab73a43 graphics/qt5-3d: fix build with GCC-based architectures
PR:		232388
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 16:20:27 +00:00

18 lines
389 B
Makefile

# $FreeBSD$
PORTNAME= 3d
DISTVERSION= ${QT5_VERSION}
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt3D module
LIB_DEPENDS= libassimp.so:multimedia/assimp
USES= compiler:c++11-lang pkgconfig qmake:norecursive qt-dist:5,3d
USE_QT= concurrent core gui network qml quick buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>