aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-28 13:53:24 -0400
committerKen Moore <moorekou@gmail.com>2016-06-28 13:53:24 -0400
commit683d9c73717007b402e53de84d74a3c064b5ae01 (patch)
treea1a08ff24581434ce1e9fc63022ee6c2bfcdb971
parentAlso add info about the new "DEFAULT_SETTINGS" build flag to the readme. (diff)
downloadlumina-683d9c73717007b402e53de84d74a3c064b5ae01.tar.gz
lumina-683d9c73717007b402e53de84d74a3c064b5ae01.tar.bz2
lumina-683d9c73717007b402e53de84d74a3c064b5ae01.zip
Update the FreeBSD port makefile and pkg-description
-rw-r--r--port-files/FreeBSD/Makefile18
-rw-r--r--port-files/FreeBSD/pkg-descr8
2 files changed, 16 insertions, 10 deletions
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile
index 989a0b8f..5561b613 100644
--- a/port-files/FreeBSD/Makefile
+++ b/port-files/FreeBSD/Makefile
@@ -13,14 +13,14 @@ COMMENT= Lumina Desktop Environment
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xorg-minimal \
- fluxbox>=0:${PORTSDIR}/x11-wm/fluxbox \
- kde4-icons-oxygen>=0:${PORTSDIR}/x11-themes/kde4-icons-oxygen \
- xscreensaver:${PORTSDIR}/x11/xscreensaver \
- xbrightness:${PORTSDIR}/x11/xbrightness \
- xcompmgr:$PORTSDIR}/x11-wm/xcompmgr
- xrandr:${PORTSDIR}/x11/xrandr \
- numlockx:${PORTSDIR}/x11/numlockx
+RUN_DEPENDS= xorg>=0:x11/xorg-minimal \
+ fluxbox>=0:x11-wm/fluxbox \
+ kde4-icons-oxygen>=0:x11-themes/kde4-icons-oxygen \
+ xscreensaver:x11/xscreensaver \
+ xbrightness:x11/xbrightness \
+ xcompmgr:x11-wm/xcompmgr \
+ xrandr:x11/xrandr \
+ numlockx:x11/numlockx
CONFLICTS= lumina-devel-0*
@@ -32,7 +32,7 @@ TRUEOS_DESC= Use the TrueOS system interface settings.
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMULTIMEDIA}
-RUN_DEPENDS+= gstreamer1-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer1-plugins-core
+RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
.endif
MAKE_JOBS_UNSAFE=yes
diff --git a/port-files/FreeBSD/pkg-descr b/port-files/FreeBSD/pkg-descr
index 0240a632..59c19f0d 100644
--- a/port-files/FreeBSD/pkg-descr
+++ b/port-files/FreeBSD/pkg-descr
@@ -1,3 +1,9 @@
-The Lumina Desktop Environment is a lightweight system interface that is designed for use on any Unix-like operating system. It takes a plugin-based approach, allowing the entire interface to be assembled/arranged by each individual user as desired, with a system-wide default layout which can be customized by the system administrator. This allows every system (or user session) to be designed to maximize the individual user's productivity.
+The Lumina Desktop Environment is a lightweight system interface that is
+designed for use on any Unix-like operating system. It takes a
+plugin-based approach, allowing the entire interface to be assembled or
+arranged by each individual user as desired, with a system-wide default
+layout which can be customized by the system administrator. This allows
+every system (or user session) to be designed to maximize the individual
+user's productivity.
WWW: https://github.com/pcbsd/lumina
bgstack15