mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
e349bbbca3
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php [2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2
23 lines
676 B
Makefile
23 lines
676 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ktouch
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= misc kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Touch typing tutor for KDE
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons doctools \
|
|
ecm i18n itemviews kcmutils kdeclarative kio newstuff package \
|
|
parts service sonnet texteditor textwidgets widgetsaddons \
|
|
windowsystem xmlgui
|
|
USE_QT= core dbus declarative gui network script sql testlib widgets \
|
|
x11extras xml xmlpatterns \
|
|
buildtools_build qmake_build
|
|
USE_XORG= ice sm x11 xcb xext xkbfile
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|