aboutsummaryrefslogtreecommitdiff
path: root/graphics/qt5-wayland/Makefile
blob: 3159908f0b678ef646b8e280eec7b5ea93efeaa6 (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
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 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>