aboutsummaryrefslogtreecommitdiff
path: root/deskutils/latte-dock/Makefile
blob: 466a111760b12301d0b569814e1bb3daf59aef3c (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
26
27
# $FreeBSD$

PORTNAME=	latte-dock
DISTVERSION=	0.8.4
PORTREVISION=	1
CATEGORIES=	deskutils kde
MASTER_SITES=	KDE/stable/latte-dock

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Launcher for Qt and Plasma desktops

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libxcb-util.so:x11/xcb-util

USES=		cmake gettext kde:5 qt:5 tar:xz
USE_KDE=	activities archive attica auth codecs config configwidgets \
		coreaddons crash dbusaddons globalaccel i18n iconthemes \
		kdeclarative newstuff notifications package plasma-framework service \
		wayland widgetsaddons windowsystem xmlgui \
		ecm_build
USE_QT=		core dbus declarative gui network widgets x11extras xml \
		buildtools_build qmake_build
USE_XORG=	ice sm x11 xcb xext

.include <bsd.port.mk>