25692ca2d9
2016-02-12 jfc York Patches from Greg Kenneky and other fixes for fullscreen windows. Released lvm-1.2.4. 2013-07-09 jfc York Applied a couple of minor patches suggested by Jari Aalto, the Debian package maintainer. Released lwm-1.2.3. 2009-11-24 jfc York Released lwm-1.2.2. 2009-11-20 jfc York Improved performance by only checking for pending X events when the socket it ready for reading. Fixed applyGravity() bug that caused frameless windows to be mis-positioned. Applied a workaround in destroy() to avoid error reports when closing windows. 2005-01-28 jfc York Applied a patch from Chris Reece that ensures that the popup menu does not disappear off the bottom of the screen.
15 lines
399 B
Makefile
15 lines
399 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/03/24 17:54:27 nia Exp $
|
|
|
|
DISTNAME= lwm-1.2.4
|
|
CATEGORIES= x11 wm
|
|
MASTER_SITES= http://www.jfc.org.uk/files/lwm/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.jfc.org.uk/software/lwm.html
|
|
COMMENT= Lightweight Window Manager
|
|
|
|
USE_IMAKE= YES
|
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|