aboutsummaryrefslogtreecommitdiff
path: root/multimedia/plasma5-plank-player/Makefile
blob: 946d03d3615b40c8c215d8e4a51486bd971e01a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	plank-player
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	multimedia kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 Bigscreen Multimedia Player
WWW=		https://www.kde.org/plasma-desktop

USES=		cmake compiler:c++11-lib desktop-file-utils gettext kde:5 \
		pkgconfig qt:5 shebangfix tar:xz
USE_KDE=	i18n kirigami2 \
		ecm:build
USE_QT=		core declarative gui multimedia network quickcontrols2 \
		buildtools:build qmake:build

.include <bsd.port.mk>