![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / wm / 9wm / Makefile (download)
Revision 1.18, Tue May 16 21:10:02 2017 UTC (5 years, 8 months ago) by bsiegert
Update 9wm to 1.4.0, now developed on GitHub. There are no release notes from upstream (short of commit logs), here is a partial list of changes: - no more manual window placement - color support - support for fullscreen and shaped windows - format string and memory fixes - compatibility fixes for some toolkits - window titles are UTF-8 |
# $NetBSD: Makefile,v 1.18 2017/05/16 21:10:02 bsiegert Exp $ DISTNAME= 9wm-1.4.0 CATEGORIES= plan9 wm MASTER_SITES= ${MASTER_SITE_GITHUB:=9wm/} GITHUB_PROJECT= 9wm GITHUB_TAG= 1.4.0 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/9wm/9wm COMMENT= Rio-like Window Manager for X LICENSE= mit USE_TOOLS= gmake INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/9wm ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/9wm.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/9wm.1 .include "../../x11/libXext/buildlink3.mk" .include "../../mk/bsd.pkg.mk"