summaryrefslogtreecommitdiff
path: root/math/kcalc-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/kcalc-kde4/Makefile')
-rw-r--r--math/kcalc-kde4/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/kcalc-kde4/Makefile b/math/kcalc-kde4/Makefile
new file mode 100644
index 000000000000..771a39d5b298
--- /dev/null
+++ b/math/kcalc-kde4/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= kcalc
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 3
+CATEGORIES= math kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Scientific calculator for KDE
+
+LIB_DEPENDS= libgmp.so:math/gmp \
+ libmpfr.so:math/mpfr
+
+USES= cmake:outsource kde:4 tar:xz
+USE_KDE= automoc4 kdelibs
+USE_QT4= xml qmake_build moc_build rcc_build uic_build
+
+.include <bsd.port.mk>