summaryrefslogtreecommitdiff
path: root/math/kalgebra-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/kalgebra-kde4/Makefile')
-rw-r--r--math/kalgebra-kde4/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/kalgebra-kde4/Makefile b/math/kalgebra-kde4/Makefile
new file mode 100644
index 000000000000..f41b601ce281
--- /dev/null
+++ b/math/kalgebra-kde4/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= kalgebra
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 4
+CATEGORIES= math kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KDE graph calculator
+
+LIB_DEPENDS= libanalitza.so:math/analitza-kde4
+
+CMAKE_ARGS= -DBUILD_mobile:BOOL=FALSE
+
+USES= cmake:outsource kde:4 tar:xz
+USE_GL= glu
+USE_KDE= kdelibs libkdeedu automoc4
+USE_QT4= corelib declarative gui opengl \
+ moc_build qmake_build rcc_build uic_build
+
+.include <bsd.port.mk>