pkgsrc/wm/2bwm/Makefile
pin 15c849e3f7 wm/2bwm: update to 0.3
v0.3
* The latest stable version of 2bwm
	- Leave the setting of commands to the user
	- Fix bug related to the ewmh and a fake and useless window
	- Fix hardcoded values
	- Add the button action on root window only feature
	- Add centerpoint to prototype declarations
	- Fix different pixmap depth issues
	- Implement _NET_WM_STATE_FULLSCREEN support
	- Do not account offset when window ask to be maximized
	- Change in configuration file for maximize
	- Memory leak fixes
	- Remove unused name from monitor structure
	- Remove redundant checks within movelim function
	- Depracate the use of monitor name

v0.2
* removed z3bra's patch, which isn't maintained anymore
* added the mention to the 3bwm branch
* mentioning new bugs that need to be fixed

with ok from youri
2020-07-01 18:29:48 +00:00

25 lines
826 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/07/01 18:29:48 pin Exp $
DISTNAME= 2bwm-0.3
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=venam/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= youri@NetBSD.org
HOMEPAGE= https://github.com/venam/2bwm
COMMENT= Fast floating WM written over the XCB library and derived from mcwm
LICENSE= isc
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-build
SUBST_MESSAGE.makefile= Fixing makefile
SUBST_FILES.makefile= Makefile
SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g'
SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util-wm/buildlink3.mk"
.include "../../x11/xcb-util-keysyms/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
.include "../../x11/xcb-util-xrm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"