freebsd-ports/x11-wm/bspwm/Makefile

29 lines
563 B
Makefile
Raw Normal View History

# Created by: Anton T<>rnqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= bspwm
PORTVERSION= 0.9
PORTREVISION= 2
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 shebangfix
SHEBANG_FILES= contrib/freedesktop/bspwm-session
MAKE_ENV+= EXAMPLESDIR=${EXAMPLESDIR}
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.mk>