freebsd-ports/x11/plasma5-kwayland-server/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

22 lines
655 B
Makefile

PORTNAME= kwayland-server
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Wayland Server Components built on KDE Frameworks
LICENSE= LGPL21
LIB_DEPENDS= libwayland-server.so:graphics/wayland
BUILD_DEPENDS= plasma-wayland-protocols>=0:x11/plasma-wayland-protocols \
wayland-protocols>=1.14:graphics/wayland-protocols
RUN_DEPENDS= plasma-wayland-protocols>=0:x11/plasma-wayland-protocols
USES= cmake compiler:c++11-lang gl kde:5 pkgconfig qt:5 tar:xz
USE_GL= egl
USE_KDE= ecm wayland
USE_QT= concurrent core gui wayland \
buildtools_build qmake_build
.include <bsd.port.mk>