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
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxqt-admin
|
|
PORTVERSION= 0.14.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= System administration tool for the LXQt desktop
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cmake compiler:c++11-lang gnome kde:5 localbase \
|
|
lxqt pkgconfig tar:xz qt:5
|
|
USE_QT= buildtools_build qmake_build core dbus gui svg \
|
|
widgets x11extras xml
|
|
USE_KDE= windowsystem
|
|
USE_GNOME= glib20
|
|
USE_LXQT= buildtools lxqt
|
|
|
|
.include <bsd.port.mk>
|