93b90c42e3
All the qt5-ports share the same library directory. devel/qt5-core is dependet on by all others. So there is no need to add identical entries to libdata/ldconfig, and restart the ldconfig service on every pkg change of those ports. Reported by: bapt Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27224
21 lines
384 B
Makefile
21 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= 3d
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
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 declarative gui network buildtools_build
|
|
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|