f84d6185b8
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket)
20 lines
435 B
Makefile
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>
|