2017-07-28 20:39:26 +02:00
|
|
|
# Created by: Anton Tornqvist <antont@inbox.lv>
|
2014-12-21 20:13:53 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bspwm
|
2017-07-28 20:39:26 +02:00
|
|
|
PORTVERSION= 0.9.3
|
2014-12-21 20:13:53 +01:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
|
2016-11-02 11:03:34 +01:00
|
|
|
MAINTAINER= gor@clogic.com.ua
|
2014-12-21 20:13:53 +01:00
|
|
|
COMMENT= Tiling window manager based on binary space partitioning
|
|
|
|
|
2015-03-30 11:38:46 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
2015-06-16 02:08:58 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-03-30 11:38:46 +02:00
|
|
|
|
2017-07-28 20:39:26 +02:00
|
|
|
LIB_DEPENDS= libxcb-util.so:x11/xcb-util \
|
|
|
|
libxcb-icccm.so:x11/xcb-util-wm \
|
2016-11-02 11:03:34 +01:00
|
|
|
libxcb-keysyms.so:x11/xcb-util-keysyms
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= sxhkd:x11/sxhkd
|
2014-12-21 20:13:53 +01:00
|
|
|
|
2017-07-28 20:39:26 +02:00
|
|
|
USES= gmake pkgconfig
|
|
|
|
|
|
|
|
USE_XORG= xcb
|
|
|
|
|
2014-12-21 20:13:53 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= baskerville
|
|
|
|
|
2016-04-18 16:07:42 +02:00
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
PORTEXAMPLES= *
|
2014-12-21 20:13:53 +01:00
|
|
|
|
2015-06-16 02:08:58 +02:00
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
2014-12-21 20:13:53 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|