blob: c9be093e7d4bb639e97f4bb7b70191458cd81eeb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
PORTNAME= herbstluftwm
DISTVERSION= 0.9.5
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= https://herbstluftwm.org/tarballs/
MAINTAINER= uzsolt@FreeBSD.org
COMMENT= Manual tiling window manager for X11
WWW= https://herbstluftwm.org/
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= asciidoc:textproc/asciidoc
LIB_DEPENDS= libfreetype.so:print/freetype2
RUN_DEPENDS= bash>0:shells/bash \
dzen2>0:x11/dzen2
USES= cmake compiler:c++11-lang gnome localbase:ldflags pkgconfig \
shebangfix xorg
USE_GNOME= glib20
USE_XORG= x11 xext xfixes xft xinerama xrandr xrender
SHEBANG_FILES= doc/gendoc.py scripts/*.sh share/*.sh
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_SUB= yes
DOCS_USES+= python:build
DOCS_CMAKE_BOOL+= WITH_DOCUMENTATION
DOCS_VARS= BINARY_ALIAS=python3=${PYTHON_CMD}
.include <bsd.port.options.mk>
post-patch-EXAMPLES-on:
@${REINPLACE_CMD} -e 's,$${DOCDIR}/examples,${EXAMPLESDIR},' ${WRKSRC}/CMakeLists.txt
post-patch-EXAMPLES-off:
@${REINPLACE_CMD} -e '\@$${DOCDIR}/examples@d' ${WRKSRC}/CMakeLists.txt
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/herbst*
.include <bsd.port.mk>
|