1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/x11-wm/bspwm/Makefile
Richard Gallamore 1d9eaa4bc2 * Updated to 0.9.3
* Added missing depend
* Sorted Uses section for portlint

Changelog: https://github.com/baskerville/bspwm/compare/0.9.2...0.9.3

PR:		220788
Submitted by:	Oleh Hushchenkov <gor@clogic.com.ua> (maintainer)
Reviewed by:	matthew (mentor), mat
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11755
2017-07-28 18:39:26 +00:00

34 lines
603 B
Makefile

# Created by: Anton Tornqvist <antont@inbox.lv>
# $FreeBSD$
PORTNAME= bspwm
PORTVERSION= 0.9.3
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-util.so:x11/xcb-util \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-keysyms.so:x11/xcb-util-keysyms
RUN_DEPENDS= sxhkd:x11/sxhkd
USES= gmake pkgconfig
USE_XORG= xcb
USE_GITHUB= yes
GH_ACCOUNT= baskerville
SUB_FILES= pkg-message
PORTDOCS= *
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.mk>