aboutsummaryrefslogtreecommitdiff
path: root/port-files
diff options
context:
space:
mode:
Diffstat (limited to 'port-files')
-rw-r--r--port-files/Makefile8
-rw-r--r--port-files/pkg-descr3
-rw-r--r--port-files/pkg-plist5
3 files changed, 6 insertions, 10 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index 7704e98a..db867176 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= lumina
-GITVERSION= CHGVERSION
PORTVERSION= 0.8.0.${GITVERSION}
PORTEPOCH= 1
CATEGORIES= x11
-DISTNAME= ${PORTNAME}-${GITVERSION}
MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
ftp://ftp.pcbsd.org/pub/software/
+DISTNAME= ${PORTNAME}-${GITVERSION}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Lumina Desktop Environment
@@ -22,10 +21,11 @@ RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xorg \
xscreensaver:${PORTSDIR}/x11/xscreensaver \
xscreensaver-demo:${PORTSDIR}/x11/xscreensaver \
xbrightness:${PORTSDIR}/x11/xbrightness \
- numlockx:${PORTSDIR}/x11/numlockx \
-#LIB_DEPENDS=
+ numlockx:${PORTSDIR}/x11/numlockx
MAKE_JOBS_UNSAFE=yes
+
+GITVERSION= CHGVERSION
USE_XORG= x11 xcomposite xdamage xrender
USE_XCB= x11extras wm
USE_LDCONFIG= yes
diff --git a/port-files/pkg-descr b/port-files/pkg-descr
index 3d06ac0d..9b53f856 100644
--- a/port-files/pkg-descr
+++ b/port-files/pkg-descr
@@ -1,3 +1,4 @@
-Lumina-DE is a lightweight, BSD licensed desktop environment designed specifically for use on FreeBSD
+Lumina-DE is a lightweight, BSD licensed desktop environment,
+designed specifically for use on FreeBSD
WWW: https://github.com/pcbsd/lumina
diff --git a/port-files/pkg-plist b/port-files/pkg-plist
index a0c7dd82..ddbadd55 100644
--- a/port-files/pkg-plist
+++ b/port-files/pkg-plist
@@ -410,8 +410,3 @@ share/Lumina-DE/i18n/lumina-search_zh_CN.qm
share/Lumina-DE/i18n/lumina-search_zh_HK.qm
share/Lumina-DE/i18n/lumina-search_zh_TW.qm
share/Lumina-DE/i18n/lumina-search_zu.qm
-@dirrm share/Lumina-DE/i18n
-@dirrmtry share/Lumina-DE/colors
-@dirrmtry share/Lumina-DE
-@dirrmtry share/wallpapers/Lumina-DE
-@dirrmtry share/xsessions
bgstack15