of a full binary tree. It is controlled and configured via bspc. WWW: https://github.com/baskerville/bspwm PR: 196129 Submitted by: Anton Tornqvist <antont@inbox.lv>
26 lines
558 B
Makefile
26 lines
558 B
Makefile
# Created by: Anton Törnqvist <antont@inbox.lv>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bspwm
|
|
PORTVERSION= 0.8.9
|
|
CATEGORIES= x11-wm
|
|
|
|
MAINTAINER= antont@inbox.lv
|
|
COMMENT= Tiling window manager based on binary space partitioning
|
|
|
|
LIB_DEPENDS= libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm
|
|
RUN_DEPENDS= sxhkd:${PORTSDIR}/x11/sxhkd
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= baskerville
|
|
GH_COMMIT= 1c5c3a1
|
|
|
|
USES= gmake
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
|
|
|
.include <bsd.port.mk>
|