aboutsummaryrefslogtreecommitdiff
path: root/accessibility/kmouth/Makefile
blob: 67eaa089f0555519ef2a8e0f33f4e2adf7c74f43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	kmouth
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	accessibility kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Speech synthesizer frontend for KDE
WWW=		https://www.kde.org/applications/utilities/kmouth/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
		i18n jobwidgets kio service solid widgetsaddons windowsystem \
		xmlgui \
		ecm:build
USE_QT=		base speech
USE_XORG=	x11

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>