f657ab844a
2020-05-22: Seventh public release 6.7 of portable cwm. Changes made between OpenBSD 6.6 and 6.7 * Allowed cwm(1) configuration of window size based on percentage of the master window during horizontal and vertical tiling actions. * Allowed use of window-htile and window-vtile with the "empty" group clients in cwm(1).
22 lines
636 B
Makefile
22 lines
636 B
Makefile
# $NetBSD: Makefile,v 1.25 2021/03/04 11:22:08 nia Exp $
|
|
|
|
DISTNAME= cwm-6.7
|
|
CATEGORIES= wm
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= cfkoch@edgebsd.org
|
|
HOMEPAGE= https://github.com/leahneukirchen/cwm
|
|
COMMENT= Portable version of the window manager from OpenBSD
|
|
LICENSE= isc
|
|
|
|
EXTRACT_USING= gtar
|
|
USE_TOOLS+= pkg-config yacc
|
|
|
|
INSTALL_ENV+= MANPREFIX=${PREFIX}/${PKGMANDIR}
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|