summaryrefslogtreecommitdiff
path: root/misc/artikulate-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/artikulate-kde4/Makefile')
-rw-r--r--misc/artikulate-kde4/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/artikulate-kde4/Makefile b/misc/artikulate-kde4/Makefile
new file mode 100644
index 000000000000..13eb441d8b51
--- /dev/null
+++ b/misc/artikulate-kde4/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= artikulate
+PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 9
+CATEGORIES= misc kde kde-kde4
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Pronunciation trainer for KDE
+
+LIB_DEPENDS= libQtGStreamer-1.0.so:multimedia/gstreamer1-qt4 \
+ libboost_thread.so:devel/boost-libs
+RUN_DEPENDS= ${LOCALBASE}/lib/kde4/imports/org/kde/charts/qmldir:graphics/kqtquickcharts-kde4
+
+IGNORE= not usable, links to both GStreamer 0.10.x and 1.x
+
+USES= cmake:outsource kde:4 tar:xz
+USE_KDE= automoc4 kdelibs libkdeedu runtime_run
+USE_QT4= moc_build qmake_build rcc_build uic_build
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>