mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
3a0d94e555
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
20 lines
532 B
Makefile
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>
|