mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtWaylandClient -version 5.15.8 -outdir /wrkdirs/usr/ports/graphics/qt5-wayland/work/kde-qtwayland-5.15.8p57 -builddir /wrkdirs/usr/ports/graphics/qt5-wayland/work/kde-qtwayland-5.15.8p57 /wrkdirs/usr/ports/graphics/qt5-wayland/work/kde-qtwayland-5.15.8p57 sh: perl: not found PR: 266007
26 lines
692 B
Makefile
26 lines
692 B
Makefile
PORTNAME= wayland
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
CATEGORIES= graphics wayland
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt5 wrapper for Wayland
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libwayland-egl.so:graphics/wayland \
|
|
libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= compiler:c++11-lang gl gnome perl5 pkgconfig qmake:norecursive \
|
|
qt-dist:5,wayland xorg
|
|
USE_GL= egl gl
|
|
USE_GNOME= glib20
|
|
USE_PERL5= build
|
|
USE_QT= core dbus gui declarative \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11 xcomposite
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|