blob: d9d030165febef7089df3a738ada7967a193c3a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= qtermwidget
PORTVERSION= 0.9.0
CATEGORIES= x11-toolkits
MASTER_SITES= LXQT
MAINTAINER= jesper@schmitz.computer
COMMENT= Terminal widget for QTerminal
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
BROKEN_armv6= fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
BROKEN_armv7= fails to compile: Emulation.cpp:135:14: 'ScreenWindow' does not refer to a value
USES= cmake:outsource 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>
|