aboutsummaryrefslogtreecommitdiff
path: root/devel/kf5-knotifyconfig/Makefile
blob: 5aee62aec204841310d78ec23b71bee176cf8551 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	knotifyconfig
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
PORTREVISION=	1
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 xorg
USE_KDE=	completion config coreaddons i18n jobwidgets kio \
		service solid widgetsaddons windowsystem \
		ecm_build
USE_QT=		concurrent core dbus gui network phonon4 widgets \
		buildtools_build qmake_build
USE_XORG=	x11

OPTIONS_DEFINE=		AUDIO
OPTIONS_DEFAULT=	AUDIO

AUDIO_DESC=		Audio notifications/text-to-speech support
AUDIO_USE=		QT=speech

.include <bsd.port.mk>