63ff0b60db
The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
20 lines
555 B
Makefile
20 lines
555 B
Makefile
# $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:${PORTSDIR}/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>
|