mirror of https://git.FreeBSD.org/ports.git
14 lines
307 B
Makefile
14 lines
307 B
Makefile
PORTNAME= kplotting
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= graphics kde kde-frameworks
|
|
|
|
COMMENT= Provides a virtual base class for easy data-plotting
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
USES= cmake gl kde:6 qt:6 tar:xz
|
|
USE_GL= gl opengl
|
|
USE_KDE= ecm:build
|
|
USE_QT= base tools
|
|
|
|
.include <bsd.port.mk>
|