aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/herbstluftwm/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-02-19 09:30:23 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-02-19 09:30:23 +0000
commit99dc3bd77224d390d839e6523d71badac9422e20 (patch)
treecc66f803cb8d5827f1f0fbc91c915a915aede67e /x11-wm/herbstluftwm/Makefile
parent937af7340a5ba1d6b1283aad10649a98401c8e6a (diff)
downloadports-99dc3bd77224d390d839e6523d71badac9422e20.tar.gz
ports-99dc3bd77224d390d839e6523d71badac9422e20.zip
x11-wm/herbstluftwm: update to 0.9.2
ChangeLog: https://herbstluftwm.org/news.html While here, pet linters. PR: 253613 Submitted by: uzsolt@uzsolt.hu (maintainer)
Notes
Notes: svn path=/head/; revision=566038
Diffstat (limited to 'x11-wm/herbstluftwm/Makefile')
-rw-r--r--x11-wm/herbstluftwm/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/x11-wm/herbstluftwm/Makefile b/x11-wm/herbstluftwm/Makefile
index af93e11b118f..9e9de532fb12 100644
--- a/x11-wm/herbstluftwm/Makefile
+++ b/x11-wm/herbstluftwm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= herbstluftwm
DISTVERSIONPREFIX= v
-DISTVERSION= 0.9.1
+DISTVERSION= 0.9.2
CATEGORIES= x11-wm
MAINTAINER= uzsolt@uzsolt.hu
@@ -11,20 +11,24 @@ COMMENT= Manual tiling window manager for X11
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= asciidoc:textproc/asciidoc
+LIB_DEPENDS+= libfreetype.so:print/freetype2
-USES= cmake compiler:c++11-lang gnome pkgconfig shebangfix xorg
+USES= cmake compiler:c++11-lang gnome \
+ localbase:ldflags pkgconfig shebangfix xorg
USE_GITHUB= yes
USE_GNOME= glib20
-USE_XORG= x11 xext xinerama xrandr
+USE_XORG= x11 xext xft xinerama xrandr
SHEBANG_FILES= doc/gendoc.py scripts/*.sh share/*.sh
+SUB_FILES= pkg-message
+
OPTIONS_DEFINE= DOCS EXAMPLES
+OPTIONS_SUB= yes
DOCS_USES+= python:3.5+,build
DOCS_CMAKE_BOOL+= WITH_DOCUMENTATION
-OPTIONS_SUB= yes
-SUB_FILES= pkg-message
+DOCS_VARS= binary_alias=python3=${PYTHON_CMD}
.include <bsd.port.options.mk>