1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/x11/lumina/Makefile

70 lines
1.7 KiB
Makefile
Raw Normal View History

# Created by: Ken Moore <ken@pcbsd.org>
# $FreeBSD$
PORTNAME= lumina
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0-p1
PORTREVISION= 3
2016-08-09 15:28:40 +00:00
PORTEPOCH= 2
CATEGORIES= x11
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Lumina Desktop Environment
LICENSE= BSD3CLAUSE
RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \
kf5-oxygen-icons5>=0:x11-themes/kf5-oxygen-icons5 \
xscreensaver:x11/xscreensaver \
xbrightness:x11/xbrightness \
compton:x11-wm/compton \
xinput:x11/xinput \
xrandr:x11/xrandr \
numlockx:x11/numlockx
LIB_DEPENDS= libxcb.so:x11/libxcb \
libxcb-ewmh.so:x11/xcb-util-wm \
2016-08-09 15:28:40 +00:00
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-image.so:x11/xcb-util-image \
libxcb-util.so:x11/xcb-util
CONFLICTS= lumina-devel-0* \
lumina-i18n-[0-1]*
2015-10-26 15:20:30 +00:00
OPTIONS_DEFINE= MULTIMEDIA TRUEOS I18N DEBUG
OPTIONS_DEFAULT= MULTIMEDIA I18N
2015-02-18 21:47:34 +00:00
MULTIMEDIA_DESC= Install multimedia support backend (gstreamer)
TRUEOS_DESC= Use the TrueOS system interface settings.
I18N_DESC= Install localization files.
DEBUG_DESC= Preserve debugging information within binaries.
2015-02-18 21:47:34 +00:00
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMULTIMEDIA}
RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
2015-02-18 21:47:34 +00:00
.endif
MAKE_JOBS_UNSAFE=yes
2015-01-06 17:28:16 +00:00
2016-08-09 15:28:40 +00:00
USE_GL= gl
USE_XORG= x11 xdamage
USE_LDCONFIG= yes
USE_QT5= core gui widgets network svg multimedia imageformats \
buildtools_build x11extras concurrent linguisttools_build
2015-10-26 15:20:30 +00:00
USES= desktop-file-utils qmake
USE_GITHUB= yes
GH_ACCOUNT= trueos
2015-10-26 15:20:30 +00:00
#Setup the qmake configuration options
.if ${PORT_OPTIONS:MTRUEOS}
QMAKE_ARGS= DEFAULT_SETTINGS=TrueOS
2015-10-26 15:20:30 +00:00
.endif
2015-07-15 13:22:52 +00:00
.if ${PORT_OPTIONS:MI18N}
QMAKE_ARGS+= CONFIG+=WITH_I18N
.endif
.if ${PORT_OPTIONS:MDEBUG}
QMAKE_ARGS+= CONFIG+=debug
.endif
.include <bsd.port.mk>