blob: 3d8174d51a9724128a26d3b253b9990bc5352cb7 (
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
|
# Created by: Anton Törnqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= bspwm
PORTVERSION= 0.9.2
CATEGORIES= x11-wm
MAINTAINER= gor@clogic.com.ua
COMMENT= Tiling window manager based on binary space partitioning
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm \
libxcb-keysyms.so:x11/xcb-util-keysyms
RUN_DEPENDS= sxhkd:x11/sxhkd
USE_GITHUB= yes
GH_ACCOUNT= baskerville
USES= gmake pkgconfig
SUB_FILES= pkg-message
PORTDOCS= *
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.mk>
|