aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/Makefile
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-07-01 14:58:12 -0400
committerKen Moore <moorekou@gmail.com>2016-07-01 14:58:12 -0400
commit3b18a492b54c50003ed94da34d9ad32d126f91f0 (patch)
treefb36de1279b72fc35723e72442497dd816c4a360 /port-files/FreeBSD/Makefile
parentSetup Lumina to use "compton" for the compositing manager instead of xcompmgr... (diff)
downloadlumina-3b18a492b54c50003ed94da34d9ad32d126f91f0.tar.gz
lumina-3b18a492b54c50003ed94da34d9ad32d126f91f0.tar.bz2
lumina-3b18a492b54c50003ed94da34d9ad32d126f91f0.zip
Fix up the FreeBSD port files for Lumina
Diffstat (limited to 'port-files/FreeBSD/Makefile')
-rw-r--r--port-files/FreeBSD/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile
index 85f5234c..7aea1fab 100644
--- a/port-files/FreeBSD/Makefile
+++ b/port-files/FreeBSD/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= lumina
-PORTVERSION= 0.9.1
+PORTVERSION= 1.0.0
DISTVERSIONPREFIX= v
-DISTVERSIONSUFFIX= -Release
+DISTVERSIONSUFFIX= -Beta1
PORTEPOCH= 1
CATEGORIES= x11
@@ -13,12 +13,11 @@ COMMENT= Lumina Desktop Environment
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= xorg>=0:x11/xorg-minimal \
- fluxbox>=0:x11-wm/fluxbox \
+RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \
kde4-icons-oxygen>=0:x11-themes/kde4-icons-oxygen \
xscreensaver:x11/xscreensaver \
xbrightness:x11/xbrightness \
- xcompmgr:x11-wm/xcompmgr \
+ compton:x11-wm/compton \
xrandr:x11/xrandr \
numlockx:x11/numlockx
@@ -47,9 +46,8 @@ USE_GITHUB= yes
GH_ACCOUNT= trueos
#Setup the qmake configuration options
-.if {PORT_OPTIONS:MTRUEOS}
-QMAKE_ARGS= CONFIG+="configure" \
- DEFAULT_SETTINGS=TrueOS
+.if ${PORT_OPTIONS:MTRUEOS}
+QMAKE_ARGS= DEFAULT_SETTINGS=TrueOS
.endif
.include <bsd.port.mk>
bgstack15