openbsd-ports/x11/kde4/kmplot/Makefile
zhuk 06ff46dbb7 KmPlot is a mathematical function plotter for the KDE.
It has built in a powerfull parser. You can plot different functions
simultaneously and combine their function terms to build new
functions. KmPlot supports functions with parameters and functions
in polar coordinates. Several grid modes are possible. Plots may
be printed with high precision in correct scale.
2013-04-24 12:13:38 +00:00

14 lines
434 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:13:38 zhuk Exp $
COMMENT = mathematical function plotter for KDE
DISTNAME = kmplot-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/kparts
WANTLIB += ${KDE4LIB}/nepomuk ${KDE4LIB}/nepomukutils
WANTLIB += soprano
.include <bsd.port.mk>