openbsd-ports/x11/bspwm/Makefile
jasper 574d2ea180 import bspwm-0.9.3
bspwm is a tiling window manager that represents windows as the leaves
of a full binary tree.

ok jca@ sthen@
2017-08-10 13:30:26 +00:00

35 lines
675 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/08/10 13:30:26 jasper Exp $
COMMENT = binary space partitioning window manager
GH_PROJECT = bspwm
GH_ACCOUNT = baskerville
GH_TAGNAME = 0.9.3
CATEGORIES = x11
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c m xcb xcb-ewmh xcb-icccm xcb-keysyms xcb-randr xcb-util
WANTLIB += xcb-xinerama
USE_GMAKE = Yes
CFLAGS += -I${X11BASE}/include
MAKE_ENV += LDFLAGS=-L${X11BASE}/lib \
CC=${CC}
FAKE_FLAGS = PREFIX=${TRUEPREFIX} \
EGPREFIX=${TRUEPREFIX}/share/examples/bspwm \
MANPREFIX=${TRUEPREFIX}/man
RUN_DEPENDS = x11/sxhkd
NO_TEST = Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/examples/bspwmrc
.include <bsd.port.mk>