# Created by: Ken Moore # $FreeBSD$ PORTNAME= lumina PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -Release PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= kmoore@FreeBSD.org COMMENT= Lumina Desktop Environment LICENSE= BSD3CLAUSE RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xorg-minimal \ fluxbox>=0:${PORTSDIR}/x11-wm/fluxbox \ kde4-icons-oxygen>=0:${PORTSDIR}/x11-themes/kde4-icons-oxygen \ xscreensaver:${PORTSDIR}/x11/xscreensaver \ xbrightness:${PORTSDIR}/x11/xbrightness \ xcompmgr:$PORTSDIR}/x11-wm/xcompmgr xrandr:${PORTSDIR}/x11/xrandr \ numlockx:${PORTSDIR}/x11/numlockx CONFLICTS= lumina-devel-0* OPTIONS_DEFINE= MULTIMEDIA PCBSD OPTIONS_DEFAULT= MULTIMEDIA MULTIMEDIA_DESC= Install multimedia support backend (gstreamer) PCBSD_DESC= Use the TrueOS system interface settings. .include .if ${PORT_OPTIONS:MMULTIMEDIA} RUN_DEPENDS+= gstreamer1-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer1-plugins-core .endif MAKE_JOBS_UNSAFE=yes USE_XORG= x11 xdamage USE_XCB= x11extras wm USE_LDCONFIG= yes USE_QT5= core gui network svg multimedia imageformats \ buildtools_build x11extras concurrent USES= desktop-file-utils qmake USE_GITHUB= yes GH_ACCOUNT= pcbsd #Setup the qmake configuration options .if {PORT_OPTIONS:MPCBSD} QMAKE_ARGS= CONFIG+="configure PCBSD" .endif .include