ad22fdf1d7
Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtQuick3DUtils -version 5.15.8 -outdir /wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1 -builddir /wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1 /wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1 sh: perl: not found PR: 266007 Reported by: antoine (via exp-run)
19 lines
457 B
Makefile
19 lines
457 B
Makefile
PORTNAME= quick3d
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
CATEGORIES= x11-toolkits
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Set of controls for building complete interfaces in Qt Quick3D
|
|
WWW= https://qt-project.org
|
|
|
|
LIB_DEPENDS= libassimp.so:multimedia/assimp
|
|
|
|
USES= compiler:c++11-lang perl5 qmake qt-dist:5
|
|
USE_PERL5= build
|
|
USE_QT= core declarative gui network opengl \
|
|
buildtools:build
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|