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

PORTNAME=   ktouch
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= misc kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    Touch typing tutor for KDE 4

RUN_DEPENDS=    ${LOCALBASE}/lib/kde4/imports/org/kde/charts/qmldir:graphics/kqtquickcharts

USE_KDE4=   kdelibs kdeprefix automoc4
USES=       cmake:outsource tar:xz
USE_QT4=    corelib declarative opengl phonon script sql xmlpatterns \
        moc_build qmake_build rcc_build uic_build
USE_XORG=   xkbfile

.include <bsd.port.mk>