1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/accessibility/kmouth/Makefile
Tobias C. Berner 3a0d94e555 New port: accessibility/kmag, accessibility/kmousetool, accessibility/kmouth
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D14820
2018-04-06 20:37:04 +00:00

20 lines
532 B
Makefile

# $FreeBSD$
PORTNAME= kmouth
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= accessibility kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Speech synthesizer frontend for KDE
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake:outsource gettext kde:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
ecm i18n jobwidgets kio service widgetsaddons xmlgui
USE_QT5= core dbus gui network printsupport speech widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>