blob: db954c53a9c7aba0472ac1305e65beb29a95d73e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= knotifyconfig
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 configuration system for KNotify
LIB_DEPENDS= libcanberra.so:audio/libcanberra
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= completion config coreaddons ecm i18n jobwidgets kio \
service widgetsaddons windowsystem
USE_QT= concurrent core dbus gui network phonon4 widgets \
buildtools_build qmake_build
OPTIONS_DEFINE= AUDIO
OPTIONS_DEFAULT= AUDIO
AUDIO_DESC= Audio notifications/text-to-speech support
AUDIO_USE= QT=speech
.include <bsd.port.mk>
|