22 lines
630 B
Makefile
22 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/12/08 16:01:55 adam Exp $
|
|
|
|
DISTNAME= kwayland-${KF5VER}
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Qt-style Client and Server library wrapper for the Wayland libraries
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
|
|
|
BUILD_DEPENDS+= plasma-wayland-protocols>=1.1:../../devel/plasma-wayland-protocols
|
|
|
|
USE_TOOLS+= pkg-config
|
|
# Don't do autotests. Some builds are linux specific.
|
|
CMAKE_ARGS+= -DBUILD_TESTING=no
|
|
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../x11/qt5-qtwayland/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|