blob: 991b2def2f45d899c9febdfa7d3b29ad28f6a169 (
plain)
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
|
# $FreeBSD$
PORTNAME= latte-dock
DISTVERSION= 0.8.3
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>
|