mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
1d9eaa4bc2
* 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
34 lines
603 B
Makefile
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>
|