jca 34ec070897 Import 2bwm, a fast floating window manager
From maintainer Kaashif Hymabaccus, ok juanfra@ bcallah@

pkg/DESCR:
Fast floating WM, with the particularity that windows have 2 borders,
written over the XCB library and derived from mcwm written by Michael
Cardell.  In 2bwm everything is accessible from the keyboard but a
pointing device can be used for move, resize and raise/lower.
2017-07-26 23:55:47 +00:00

31 lines
773 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/07/26 23:55:47 jca Exp $
COMMENT = fast floating window manager
DISTNAME = 2bwm-0.3
CATEGORIES = x11
HOMEPAGE = https://github.com/venam/2bwm
MAINTAINER = Kaashif Hymabaccus <kaashif@kaashif.co.uk>
# ISC
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c xcb xcb-ewmh xcb-icccm xcb-keysyms xcb-randr xcb-xrm
RUN_DEPENDS = x11/dmenu
MASTER_SITES = http://git.nixers.net/releases/
EXTRACT_SUFX = .tar.bz2
MAKE_ENV = LDFLAGS=-L${X11BASE}/lib \
X11_INCLUDE=${X11BASE}/include
NO_TEST = Yes
CFLAGS += -std=c99
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/{2bwm,hidden} ${PREFIX}/bin/
${INSTALL_MAN} ${WRKBUILD}/2bwm.man ${PREFIX}/man/man1/2bwm.1
${INSTALL_MAN} ${WRKBUILD}/hidden.man ${PREFIX}/man/man1/hidden.1
.include <bsd.port.mk>