aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2016-08-08 16:20:52 -0400
committerKen Moore <ken@pcbsd.org>2016-08-08 16:20:52 -0400
commit7fc5fba85027458731215df03bf7c5b100c74804 (patch)
tree57cfd054bd9758b48604949f7e9b07882faf3929 /port-files/FreeBSD
parentAdd a prompt about reloading a file when it changes by some other utility. (diff)
downloadlumina-7fc5fba85027458731215df03bf7c5b100c74804.tar.gz
lumina-7fc5fba85027458731215df03bf7c5b100c74804.tar.bz2
lumina-7fc5fba85027458731215df03bf7c5b100c74804.zip
Move the new port files for FreeBSD over into the proper directory and adjust the new mkport script to use that dir.
Diffstat (limited to 'port-files/FreeBSD')
-rw-r--r--port-files/FreeBSD/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/port-files/FreeBSD/Makefile b/port-files/FreeBSD/Makefile
index 7aea1fab..f8f238dc 100644
--- a/port-files/FreeBSD/Makefile
+++ b/port-files/FreeBSD/Makefile
@@ -2,9 +2,7 @@
# $FreeBSD$
PORTNAME= lumina
-PORTVERSION= 1.0.0
-DISTVERSIONPREFIX= v
-DISTVERSIONSUFFIX= -Beta1
+PORTVERSION= %%CHGVERSION%%
PORTEPOCH= 1
CATEGORIES= x11
@@ -36,14 +34,21 @@ RUN_DEPENDS+= gstreamer1-plugins-core>=0:multimedia/gstreamer1-plugins-core
MAKE_JOBS_UNSAFE=yes
+USE_GL= gl
USE_XORG= x11 xdamage xcb
-USE_XCB= x11extras wm ewmh util-wm
USE_LDCONFIG= yes
USE_QT5= core gui widgets network svg multimedia imageformats \
buildtools_build x11extras concurrent
USES= desktop-file-utils qmake
USE_GITHUB= yes
GH_ACCOUNT= trueos
+GH_TAGNAME= %%GHTAG%%
+
+#Setup the XCB library dependencies (USE_XCB macro does not appear to exist anymore)
+LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \
+ libxcb-icccm.so:x11/xcb-util-wm \
+ libxcb-image.so:x11/xcb-util-image \
+ libxcb-util.so:x11/xcb-util
#Setup the qmake configuration options
.if ${PORT_OPTIONS:MTRUEOS}
bgstack15