22 lines
471 B
Makefile
22 lines
471 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qtermwidget
|
|
PORTVERSION= 0.16.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>
|