mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ChangeLog at: https://lxqt-project.org/release/2025/04/17/release-lxqt-2-2-0/ With hat: lxqt
21 lines
466 B
Makefile
21 lines
466 B
Makefile
PORTNAME= qtermwidget
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= lxqt@FreeBSD.org
|
|
COMMENT= Terminal widget for QTerminal
|
|
WWW= https://github.com/lxde/qtermwidget
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++17-lang gettext-runtime lxqt:2 \
|
|
pkgconfig qt:6 tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_QT= base:run tools:build
|
|
USE_LXQT= buildtools2
|
|
|
|
CMAKE_ARGS+= -DQTERMWIDGET_USE_UTEMPTER=ON
|
|
|
|
.include <bsd.port.mk>
|