09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
21 lines
494 B
Makefile
21 lines
494 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= qtermwidget
|
|
PORTVERSION= 0.9.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= LXQT
|
|
|
|
MAINTAINER= jsm@FreeBSD.org
|
|
COMMENT= Terminal widget for QTerminal
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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>
|