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
471 B
Makefile
22 lines
471 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qtermwidget
|
|
PORTVERSION= 0.14.1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Terminal widget for QTerminal
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang gettext-runtime lxqt \
|
|
pkgconfig qt:5 tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_QT= buildtools_build core gui qmake_build linguisttools widgets
|
|
USE_LXQT= buildtools
|
|
|
|
CMAKE_ARGS+= -DQTERMWIDGET_USE_UTEMPTER=ON
|
|
|
|
.include <bsd.port.mk>
|