blob: 810c746b1edc27d6f1d756041fd6bf694789e4e3 (
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
|
PORTNAME= lxqt-wayland-session
PORTVERSION= 0.2.1
CATEGORIES= x11-wm
MASTER_SITES= LXQT
MAINTAINER= lxqt@FreeBSD.org
COMMENT= Files needed for the LXQt Wayland Session
WWW= https://github.com/lxqt/lxqt-wayland-session/
LICENSE= LGPL21+
BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs \
${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers
RUN_DEPENDS= lxqt-session>=${PORTVERSION}:x11-wm/lxqt-session
USES= cmake compiler:c++20-lang gl localbase:ldflags perl5 pkgconfig \
lxqt:2 tar:xz xorg
USE_GL= gl
USE_PERL5= build
USE_XORG= ice sm xcb xext
USE_LXQT= buildtools2 lxqt
.include <bsd.port.mk>
|