summaryrefslogtreecommitdiff
path: root/math/kbruch-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/kbruch-kde4/Makefile')
-rw-r--r--math/kbruch-kde4/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/kbruch-kde4/Makefile b/math/kbruch-kde4/Makefile
new file mode 100644
index 000000000000..7c1e58bae518
--- /dev/null
+++ b/math/kbruch-kde4/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= kbruch
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 3
+CATEGORIES= math kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= KDE 4 application to exercise fractions
+
+USES= cmake:outsource kde:4 tar:xz
+USE_KDE= kdelibs automoc4
+USE_QT4= moc_build qmake_build rcc_build uic_build
+
+.include <bsd.port.mk>