Bump x11/kde4-runtime to version 4.14.3_3
[dports.git] / x11 / lumina / Makefile
1 # Created by: Ken Moore <ken@pcbsd.org>
2 # $FreeBSD$
3
4 PORTNAME=       lumina
5 PORTVERSION=    1.0.0
6 DISTVERSIONPREFIX=      v
7 DISTVERSIONSUFFIX=      -Beta2
8 PORTREVISION=1
9 PORTEPOCH=      1
10 CATEGORIES=     x11
11
12 MAINTAINER=     kmoore@FreeBSD.org
13 COMMENT=        Lumina Desktop Environment
14
15 LICENSE=        BSD3CLAUSE
16
17 RUN_DEPENDS=    fluxbox>=0:x11-wm/fluxbox \
18                 kde4-icons-oxygen>=0:x11-themes/kde4-icons-oxygen \
19                 xscreensaver:x11/xscreensaver \
20                 xbrightness:x11/xbrightness \
21                 compton:x11-wm/compton \
22                 xrandr:x11/xrandr \
23                 numlockx:x11/numlockx
24
25 CONFLICTS=      lumina-devel-0*
26
27 OPTIONS_DEFINE= MULTIMEDIA TRUEOS
28 OPTIONS_DEFAULT=        MULTIMEDIA
29 MULTIMEDIA_DESC=        Install multimedia support backend (gstreamer)
30 TRUEOS_DESC=    Use the TrueOS system interface settings.
31
32 .include <bsd.port.options.mk>
33
34 .if ${PORT_OPTIONS:MMULTIMEDIA}
35 RUN_DEPENDS+=   gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
36 .endif
37
38 MAKE_JOBS_UNSAFE=yes
39
40 USE_XORG=       x11 xdamage xcb
41 USE_XCB=        x11extras wm ewmh util-wm
42 USE_LDCONFIG=   yes
43 USE_QT5=        core gui widgets network svg multimedia imageformats \
44                 buildtools_build x11extras concurrent
45 USES=           desktop-file-utils qmake
46 USE_GITHUB=     yes
47 GH_ACCOUNT=     trueos
48
49 #Setup the qmake configuration options
50 .if ${PORT_OPTIONS:MTRUEOS}
51 QMAKE_ARGS=     DEFAULT_SETTINGS=TrueOS
52 .endif
53
54 .include <bsd.port.mk>