aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/plasma5-kwin/Makefile
blob: 5b0a638fb54f032a84ad189eac84399afcb1fec8 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# $FreeBSD$

PORTNAME=   kwin
DISTVERSION=    ${KDE_PLASMA_VERSION}
CATEGORIES= x11-wm kde kde-plasma

MAINTAINER= kde@FreeBSD.org
COMMENT=    Plasma5 window manager

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libXcursor.so:x11/libXcursor \
        libdrm.so:graphics/libdrm \
        libepoxy.so:graphics/libepoxy \
        libfontconfig.so:x11-fonts/fontconfig \
        libfreetype.so:print/freetype2 \
        libinput.so:x11/libinput \
        libudev.so:devel/libudev-devd \
        libwayland-cursor.so:graphics/wayland \
        libxcb-cursor.so:x11/xcb-util-cursor \
        libxcb-icccm.so:x11/xcb-util-wm \
        libxcb-image.so:x11/xcb-util-image \
        libxcb-keysyms.so:x11/xcb-util-keysyms \
        libxkbcommon.so:x11/libxkbcommon
BUILD_DEPENDS=  ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
        Xwayland:x11-servers/xwayland
RUN_DEPENDS=    Xwayland:x11-servers/xwayland

USES=       cmake compiler:c++11-lib cpe gettext \
        kde:5 pkgconfig qt:5 tar:xz
USE_GL=     egl
USE_KDE=    activities activities attica auth breeze codecs \
        completion config configwidgets coreaddons crash decoration \
        doctools doctools globalaccel i18n iconthemes idletime init \
        jobwidgets kcmutils kdeclarative kio package kscreenlocker \
        newstuff notifications plasma-framework service sonnet \
        textwidgets wayland widgetsaddons windowsystem xmlgui
USE_LDCONFIG=   yes
USE_QT=     concurrent core dbus declarative gui multimedia network script \
        sensors testlib uiplugin uitools widgets x11extras xml \
        buildtools_build qmake_build \
        quickcontrols2_run virtualkeyboard_run
USE_XORG=   ice sm x11 xcb xext xi

post-patch:
    ${REINPLACE_CMD} '/sysmacros.h/d' \
        ${PATCH_WRKSRC}/logind.cpp

.include <bsd.port.mk>