aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/latte-dock/Makefile
blob: a615430a98dafde5c558f9de8fdf3f0a7204e381 (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.2
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:outsource 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>