freebsd-ports/x11-wm/bspwm/Makefile
Jan Beich 05470a947e x11-wm/bspwm: update to 0.9.2
- Pass maintainership to the submitter

Changes:	https://github.com/baskerville/bspwm/compare/0.9.1...0.9.2
PR:		213949
Submitted by:	Oleg Gushchenkov <gor@clogic.com.ua>
2016-11-02 10:03:34 +00:00

30 lines
556 B
Makefile

# 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>