4b87a977f6
Release Announcement: https://www.kde.org/announcements/kde-frameworks-5.55.0.php PR: 235620 Exp-run by: antoine
14 lines
336 B
Makefile
14 lines
336 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= buildtools_build core gui qmake_build testlib widgets
|
|
|
|
.include <bsd.port.mk>
|