forked from Lainports/opnsense-ports
16 lines
368 B
Makefile
16 lines
368 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= core gui testlib widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|