blob: 07d928a7250cd2f3aa49034a1e0e6e73232b7ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= wayland
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= graphics
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 pkgconfig qmake:norecursive \
qt-dist:5,wayland xorg
USE_GL= egl gl
USE_GNOME= glib20
USE_QT= core dbus gui declarative \
buildtools_build qmake_build
USE_XORG= x11 xcomposite
QT_BINARIES= yes
.include <bsd.port.mk>
|