Update devel/libqtxdg to 3.4.0 Update x11/lxqt-globalkeys to 0.14.3 Official announcement https://forum.lxqt.org/t/release-lxqt-0-14-1/648 PR: 239427 Approved by: swills (mentor) mbeis@xs4all.nl (maintainer) Differential Revision: https://reviews.freebsd.org/D21056
25 lines
609 B
Makefile
25 lines
609 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt-policykit
|
|
PORTVERSION= 0.14.1
|
|
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>
|