aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/bspwm/Makefile
blob: 35447c7e34c117c3b423a0a8ed3002d1e94167ee (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
# Created by: Anton Törnqvist <antont@inbox.lv>
# $FreeBSD$

PORTNAME=   bspwm
PORTVERSION=    0.9.1
CATEGORIES= x11-wm

MAINTAINER= ports@FreeBSD.org
COMMENT=    Tiling window manager based on binary space partitioning

LICENSE=    BSD2CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

LIB_DEPENDS=    libxcb-icccm.so:x11/xcb-util-wm
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>