mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
43 lines
1.3 KiB
Makefile
43 lines
1.3 KiB
Makefile
# Created by: Ken Moore <ken@pcbsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lumina
|
|
GITVERSION= 1409847349
|
|
PORTVERSION= 0.6.2.${GITVERSION}
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
DISTNAME= ${PORTNAME}-${GITVERSION}
|
|
MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
|
|
ftp://ftp.pcbsd.org/pub/software/
|
|
|
|
MAINTAINER= kmoore@FreeBSD.org
|
|
COMMENT= Lumina Desktop Environment
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= fluxbox:${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 \
|
|
phonon-gstreamer>=0:${PORTSDIR}/multimedia/phonon-gstreamer \
|
|
gstreamer-plugins-ogg>=0:${PORTSDIR}/audio/gstreamer-plugins-ogg
|
|
LIB_DEPENDS= libQtSolutions_SingleApplication-head.so:${PORTSDIR}/devel/qt4-qtsolutions-singleapplication
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
ONLY_FOR_ARCHS= amd64
|
|
USE_XORG= x11 xcomposite xdamage xrender
|
|
USE_LDCONFIG= yes
|
|
USE_QT4= corelib gui network svg linguist phonon \
|
|
moc_build rcc_build uic_build
|
|
USES= qmake tar:bzip2
|
|
|
|
WRKSRC= ${WRKDIR}/lumina
|
|
|
|
QMAKE_ARGS= CONFIG+="configure"
|
|
|
|
.include <bsd.port.mk>
|