mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
028f181cc7
Changelog: https://kde.org/announcements/kde-frameworks-5.62.0.php Exp-run by: antoine PR: 240720
16 lines
349 B
Makefile
16 lines
349 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kplotting
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= graphics kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 lightweight plotting framework
|
|
|
|
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT= core gui testlib uiplugin widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|