aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qt5-wayland/Makefile
blob: c38213d0337070443a8331e62838f8d5a1ac6197 (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
27
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>