23 lines
363 B
Makefile
23 lines
363 B
Makefile
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:51:24 sthen Exp $
|
|
|
|
COMMENT = sets the window manager name property of the root window
|
|
|
|
DISTNAME = wmname-0.1
|
|
REVISION = 0
|
|
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = https://tools.suckless.org/x/wmname
|
|
|
|
# MIT/X
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = X11 c
|
|
|
|
MASTER_SITES = https://dl.suckless.org/tools/
|
|
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|