mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a8a2ebda28
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
24 lines
559 B
Makefile
24 lines
559 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qterminal
|
|
PORTVERSION= 0.14.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Lightweight Qt-based terminal emulator
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libqtermwidget5.so:x11-toolkits/qtermwidget
|
|
RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf
|
|
|
|
USES= cmake compiler:c++11-lang gettext-runtime \
|
|
localbase:ldflags lxqt pkgconfig qt:5 tar:xz xorg
|
|
USE_QT= buildtools_build core gui qmake_build dbus linguisttools \
|
|
widgets x11extras
|
|
USE_XORG= x11
|
|
USE_LXQT= buildtools
|
|
|
|
.include <bsd.port.mk>
|