freebsd-ports/graphics/kqtquickcharts/Makefile
Mark Linimon f84d6185b8 Fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.

Approved by:	portmgr (tier-2 blanket)
2019-12-02 05:34:49 +00:00

20 lines
435 B
Makefile

# $FreeBSD$
PORTNAME= kqtquickcharts
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= graphics kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= QtQuick plugin to render interactive charts
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= ecm
USE_QT= core declarative network gui \
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>