aboutsummaryrefslogtreecommitdiff
path: root/audio/plasma5-plasma-pa/Makefile
blob: 38beca233f292f35387e7e6cf17813cfbc5ea7a0 (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
# $FreeBSD$

PORTNAME=	plasma-pa
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	audio kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 Plasma pulse audio mixer

LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
		libpulse.so:audio/pulseaudio

USES=		cmake compiler:c++11-lib cpe gettext gnome kde:5 pkgconfig qt:5 \
		shebangfix tar:xz
USE_GNOME=	gconf2
USE_KDE=	config configwidgets coreaddons ecm globalaccel i18n \
		kdeclarative notifications package plasma-framework
USE_QT=		core dbus declarative gui network widgets \
		buildtools_build qmake_build

SHEBANG_FILES=	data/plasmaVolumeDisableKMixAutostart.pl

.include <bsd.port.mk>