freebsd-ports/x11-wm/bspwm/Makefile
Mathieu Arnold 2b6323d776 Update to 0.9.1.
PR:		208872
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-18 14:07:42 +00:00

29 lines
513 B
Makefile

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