mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
88055d38db
PR: 200094 Submitted by: udvzsolt@gmail.com Approved by: antont@inbox.lv (maintainer)
29 lines
585 B
Makefile
29 lines
585 B
Makefile
# Created by: Anton Törnqvist <antont@inbox.lv>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bspwm
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
|
|
MAINTAINER= antont@inbox.lv
|
|
COMMENT= Tiling window manager based on binary space partitioning
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm
|
|
RUN_DEPENDS= sxhkd:${PORTSDIR}/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>
|