mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
7f5c04a120
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D24707
23 lines
471 B
Makefile
23 lines
471 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qtermwidget
|
|
PORTVERSION= 0.15.0
|
|
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>
|