ok landry@ Wind is a window manager for the X Window System. It supports virtual desktops, optional Xft font rendering, and is pretty standards compliant. It provides overlapping window management with click-to-type focus. Unlike most window managers, Wind does not have the concept of minimized or hidden windows. Instead of hiding and unhiding windows, the virtual desktops abstraction makes it easy to group similar tasks and switch between these groups instantly using convenient key bindings. Standards compliancy is a prominent goal of the project, and Wind supports almost all mandatory parts of the ICCCM and the Extended Window Manager Hints specifications.
20 lines
408 B
Makefile
20 lines
408 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/12/01 23:05:53 bcallah Exp $
|
|
|
|
COMMENT = small standards-compliant window manager
|
|
DISTNAME = wind-1.5
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = http://windwm.sourceforge.net
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += ICE SM X11 Xft c
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=windwm/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|