summaryrefslogtreecommitdiff
path: root/security/lxqt-sudo/Makefile
blob: d9a5993d080aecd4eef73dcdbf349ee1c0290722 (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
24
PORTNAME=	lxqt-sudo
PORTVERSION=	2.2.0
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	LXQT

MAINTAINER=	lxqt@FreeBSD.org
COMMENT=	GUI frontend to su/sudo/doas for LXQt desktop
WWW=		https://lxqt-project.org

LICENSE=	LGPL21+

RUN_DEPENDS=	sudo:security/sudo

USES=		cmake gettext kde:6 lxqt:2 qt:6 perl5 tar:xz gnome xorg
USE_PERL5=	build
USE_QT=		base:run tools:build svg

USE_KDE=	windowsystem
USE_GNOME=	glib20
USE_LXQT=	buildtools2 lxqt
USE_XORG=	x11

.include <bsd.port.mk>