1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/lxqt-policykit/Makefile
2021-05-08 18:52:00 +02:00

25 lines
597 B
Makefile

# Created by: Olivier Duchateau
PORTNAME= lxqt-policykit
PORTVERSION= 0.17.0
CATEGORIES= sysutils
MASTER_SITES= LXQT
MAINTAINER= jsm@FreeBSD.org
COMMENT= PolicyKit authentication agent
LICENSE= LGPL21+
LIB_DEPENDS= libpolkit-qt5-agent-1.so:sysutils/polkit-qt \
libpolkit-agent-1.so:sysutils/polkit
USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \
localbase:ldflags lxqt pkgconfig tar:xz
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
svg widgets x11extras xml
USE_KDE= windowsystem
USE_LXQT= buildtools lxqt
USE_GNOME= glib20
.include <bsd.port.mk>