mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ChangeLog at: https://lxqt-project.org/release/2025/04/17/release-lxqt-2-2-0/ With hat: lxqt
23 lines
603 B
Makefile
23 lines
603 B
Makefile
PORTNAME= lxqt-wayland-session
|
|
PORTVERSION= 0.2.0
|
|
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 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>
|