freebsd-ports/devel/liblxqt/Makefile
Jesper Schmitz Mouridsen a8a2ebda28 Update LXQt to 0.14.1
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
2019-12-30 15:20:27 +00:00

27 lines
588 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= liblxqt
PORTVERSION= 0.14.1
CATEGORIES= devel
MASTER_SITES= LXQT
MAINTAINER= jsm@FreeBSD.org
COMMENT= Shared library for LXQt applications
LICENSE= LGPL21+
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt
USES= cmake compiler:c++14-lang gettext gnome kde:5 lxqt \
pkgconfig qt:5 tar:xz xorg
USE_GNOME= glib20
USE_QT= buildtools_build qmake_build dbus core gui linguisttools \
svg widgets x11extras xml
USE_KDE= windowsystem
USE_LXQT= buildtools qtxdg
USE_XORG= x11 xscrnsaver
USE_LDCONFIG= yes
.include <bsd.port.mk>