1PORTNAME= kmouth 2DISTVERSION= ${KDE_APPLICATIONS_VERSION} 3CATEGORIES= accessibility kde kde-applications 4 5MAINTAINER= ports@MidnightBSD.org 6COMMENT= Speech synthesizer frontend for KDE 7WWW= https://www.kde.org/applications/utilities/kmouth/ 8 9LICENSE= gpl2 10LICENSE_FILE= ${WRKSRC}/COPYING 11 12USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg 13USE_KDE= auth codecs completion config configwidgets coreaddons crash \ 14 i18n jobwidgets kio service solid widgetsaddons windowsystem \ 15 xmlgui \ 16 ecm:build 17USE_QT= base speech 18USE_XORG= x11 19 20OPTIONS_DEFINE= DOCS 21 22.include <bsd.port.mk> 23