freebsd-ports/graphics/kf5-kplotting/Makefile
Tobias C. Berner 0af3f5648f Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland

PR:		216345
Exp-run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9271
2017-01-26 18:19:47 +00:00

15 lines
364 B
Makefile

# Created by: tcberner
# $FreeBSD$
PORTNAME= kplotting
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= graphics kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 lightweight plotting framework
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
USE_KDE= ecm
USE_QT5= buildtools_build core gui qmake_build testlib widgets
.include <bsd.port.mk>