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
511 B
Makefile
23 lines
511 B
Makefile
PORTNAME= lxqt-globalkeys
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= Global keyboard shortcuts registration
|
|
WWW= https://lxqt-project.org
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++17-lang kde:6 xorg lxqt:2 perl5 pkgconfig qt:6 \
|
|
tar:xz gnome
|
|
USE_PERL5= build
|
|
USE_QT= base:run tools:build
|
|
USE_KDE= windowsystem
|
|
USE_GNOME= glib20
|
|
USE_XORG= ice sm x11 xext
|
|
USE_LDCONFIG= yes
|
|
USE_LXQT= buildtools2 lxqt
|
|
|
|
.include <bsd.port.mk>
|