freebsd-ports/x11/lumina-core/Makefile

56 lines
1.4 KiB
Makefile
Raw Normal View History

# Created by: Ken Moore <ken@pcbsd.org>
# $FreeBSD$
PORTNAME= lumina-core
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
CATEGORIES= x11
MAINTAINER= jt@ixsystems.com
COMMENT= Lumina Desktop Environment
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../../LICENSE
RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \
xscreensaver>=0:x11/xscreensaver \
xbrightness>=0:x11/xbrightness \
compton>=0:x11-wm/compton \
xrandr>=0:x11/xrandr \
numlockx>=0:x11/numlockx
LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-image.so:x11/xcb-util-image \
libxcb-util.so:x11/xcb-util \
libXcursor.so:x11/libXcursor
USES= compiler:c++11-lang gl qmake qt:5 xorg
USE_GL= gl
USE_XORG= x11 xdamage xcb
USE_LDCONFIG= yes
USE_QT= buildtools_build concurrent core dbus gui imageformats \
multimedia network svg widgets x11extras
USE_GITHUB= yes
GH_ACCOUNT= lumina-desktop
GH_PROJECT= lumina
OPTIONS_DEFINE= MULTIMEDIA TRUEOS NLS
OPTIONS_DEFAULT= MULTIMEDIA
OPTIONS_SUB= yes
MULTIMEDIA_DESC= Install multimedia support backend (gstreamer)
TRUEOS_DESC= Use the TrueOS system interface settings.
WRKSRC_SUBDIR= src-qt5/core
CONFLICTS_INSTALL= lumina-1.2.*
TRUEOS_QMAKE_ON= DEFAULT_SETTINGS=TrueOS
MULTIMEDIA_RUN_DEPENDS= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
NLS_USE= QT=linguist_build
NLS_QMAKE_ON= CONFIG+=WITH_I18N
.include <bsd.port.mk>