blob: aa214bf8e7eaa06958c801f10d5ff3af63a8768f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= lxqt-notificationd
PORTVERSION= 2.2.0
PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= LXQT
MAINTAINER= lxqt@FreeBSD.org
COMMENT= LXQt notification daemon
WWW= https://lxqt-project.org
LICENSE= LGPL21+
USES= cmake compiler:c++20-lang gettext kde:6 localbase:ldflags lxqt:2 qt:6 \
perl5 pkgconfig tar:xz gnome xorg
USE_PERL5= build
USE_QT= base:run tools:build svg
USE_KDE= layer-shell-qt windowsystem
USE_GNOME= glib20
USE_XORG= x11
USE_LXQT= buildtools2 lxqt
.include <bsd.port.mk>
|