aboutsummaryrefslogtreecommitdiffstats
path: root/misc/artikulate/Makefile
blob: 6d6076e264655cb595c85b081841e4f18e328d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   artikulate
PORTVERSION=    ${KDE4_VERSION}
PORTREVISION=   6
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

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>