e818490d69
wmname prints/sets the window manager name property of the root window similar to how hostname(1) behaves. wmname is a nice utility to fix problems with JDK versions and other broken programs assuming a reparenting window manager for instance. ok bernd@
26 lines
458 B
Makefile
26 lines
458 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/03/16 20:42:41 sturm Exp $
|
|
|
|
COMMENT = sets the window manager name property of the root window
|
|
|
|
DISTNAME = wmname-0.1
|
|
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = http://tools.suckless.org/wmname
|
|
|
|
# MIT/X
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = X11 c
|
|
|
|
MASTER_SITES = http://code.suckless.org/dl/tools/
|
|
|
|
USE_X11 = Yes
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|