2018-08-29 20:08:38 +02:00
|
|
|
# Created by: Olivier Duchateau
|
|
|
|
|
|
|
|
PORTNAME= lxqt-sudo
|
2021-11-10 18:09:10 +01:00
|
|
|
PORTVERSION= 1.0.0
|
2018-08-29 20:08:38 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= LXQT
|
|
|
|
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
|
|
COMMENT= GUI frontend to su/sudo for LXQt desktop
|
|
|
|
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
|
|
|
|
RUN_DEPENDS= sudo:security/sudo
|
|
|
|
|
2019-03-28 18:59:33 +01:00
|
|
|
USES= cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \
|
2021-11-10 18:09:10 +01:00
|
|
|
pkgconfig tar:xz gnome xorg
|
2018-08-29 20:08:38 +02:00
|
|
|
USE_QT= buildtools_build qmake_build core dbus gui svg widgets \
|
|
|
|
x11extras xml
|
|
|
|
|
|
|
|
USE_KDE= windowsystem
|
|
|
|
USE_LXQT= buildtools lxqt
|
2020-06-20 11:03:35 +02:00
|
|
|
USE_GNOME= glib20
|
2021-11-10 18:09:10 +01:00
|
|
|
USE_XORG= x11
|
2018-08-29 20:08:38 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|