b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
31 lines
797 B
Makefile
31 lines
797 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wayland
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt5 wrapper for Wayland
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2 \
|
|
libwayland-client.so:graphics/wayland \
|
|
libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= pkgconfig qmake:norecursive qt-dist:5,wayland
|
|
USE_GL= egl gl
|
|
USE_GNOME= glib20
|
|
USE_QT= core dbus gui qml quick \
|
|
buildtools_build qmake_build
|
|
USE_XORG= x11 xcomposite
|
|
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
OPTIONS_DEFINE= WAYLAND
|
|
WAYLAND_DESC= Requires graphics/mesa-libs with WAYLAND on
|
|
WAYLAND_IGNORE_OFF= Cannot be built without wayland support
|
|
WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/mesa-libs
|
|
|
|
.include <bsd.port.mk>
|