mirror of https://git.FreeBSD.org/ports.git
24 lines
467 B
Makefile
24 lines
467 B
Makefile
PORTNAME= lxqt-sudo
|
|
PORTVERSION= 2.1.0
|
|
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>
|