1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/sysutils/lxqt-config/Makefile
Jesper Schmitz Mouridsen 0f8e28c12e Upgrade the LXQt desktop environment to 0.14.0
Upstream announcement https://forum.lxqt.org/t/release-lxqt-0-14-0/572

Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19056
2019-03-28 17:59:33 +00:00

29 lines
746 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= lxqt-config
PORTVERSION= 0.14.0
CATEGORIES= sysutils
MASTER_SITES= LXQT
DIST_SUBDIR= lxqt
MAINTAINER= jsm@FreeBSD.org
COMMENT= LXQt system settings center
LICENSE= GPLv2 LGPL21+
LICENSE_COMB= multi
BUILD_DEPENDS= ${LOCALBASE}/lib/xorg/modules/input/libinput_drv.so:x11-drivers/xf86-input-libinput
LIB_DEPENDS= libudev.so:devel/libudev-devd
USES= cmake compiler:c++14-lang kde:5 localbase:ldflags lxqt qt:5 \
pkgconfig tar:xz
USE_QT= buildtools_build qmake_build concurrent core dbus \
gui linguisttools svg widgets x11extras xml
USE_KDE= libkscreen windowsystem
USE_LXQT= buildtools lxqt
USE_XORG= ice sm x11 xcb xcursor xext xfixes xrandr xi
USE_LDCONFIG= yes
.include <bsd.port.mk>