blob: bfb8c14b14f3c2d6e7ccfb8e59e0597b982b3917 (
plain) (
blame)
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
|
# $FreeBSD$
PORTNAME= wayland
DISTVERSION= ${QT5_VERSION}
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-egl.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \
qt-dist:5,wayland
USE_GL= egl gl
USE_GNOME= glib20
USE_QT= core dbus gui declarative \
buildtools_build qmake_build
USE_XORG= x11 xcomposite
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>
|