1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/x11/lumina/Makefile
Mathieu Arnold 63d17e75d7 Cleanup some abusive use of GH_TAGNAME.
With hat:	portmgr
Sponsored by:	Absolight
2015-08-04 11:29:18 +00:00

51 lines
1.4 KiB
Makefile

# Created by: Ken Moore <ken@pcbsd.org>
# $FreeBSD$
PORTNAME= lumina
PORTVERSION= 0.8.6
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 \
fluxbox>=0:${PORTSDIR}/x11-wm/fluxbox \
fluxbox-tenr-styles-pack>=0:${PORTSDIR}/x11-themes/fluxbox-tenr-styles-pack \
kde4-icons-oxygen>=0:${PORTSDIR}/x11-themes/kde4-icons-oxygen \
xscreensaver:${PORTSDIR}/x11/xscreensaver \
xscreensaver-demo:${PORTSDIR}/x11/xscreensaver \
xbrightness:${PORTSDIR}/x11/xbrightness \
numlockx:${PORTSDIR}/x11/numlockx
OPTIONS_DEFINE= MULTIMEDIA
OPTIONS_DEFAULT= MULTIMEDIA
MULTIMEDIA_DESC= Install multimedia support backend (gstreamer)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMULTIMEDIA}
RUN_DEPENDS+= gstreamer-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer-plugins-core \
gstreamer-plugins-ogg>=0:${PORTSDIR}/audio/gstreamer-plugins-ogg \
gstreamer-plugins-vorbis>=0:${PORTSDIR}/audio/gstreamer-plugins-vorbis
.endif
MAKE_JOBS_UNSAFE=yes
USE_XORG= x11 xcomposite xdamage xrender
USE_XCB= x11extras wm
USE_LDCONFIG= yes
USE_QT5= core gui network quick svg linguist multimedia imageformats \
buildtools x11extras
USES= qmake
USE_GITHUB= yes
GH_ACCOUNT= pcbsd
QMAKE_ARGS= CONFIG+="configure NO_I18N"
.include <bsd.port.mk>