2019-07-12 20:50:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:51:24 sthen Exp $
|
2009-03-16 20:42:41 +00:00
|
|
|
|
|
|
|
COMMENT = sets the window manager name property of the root window
|
|
|
|
|
|
|
|
DISTNAME = wmname-0.1
|
2019-04-26 06:21:40 +00:00
|
|
|
REVISION = 0
|
2009-03-16 20:42:41 +00:00
|
|
|
|
|
|
|
CATEGORIES = x11
|
|
|
|
|
2019-04-26 06:21:40 +00:00
|
|
|
HOMEPAGE = https://tools.suckless.org/x/wmname
|
2009-03-16 20:42:41 +00:00
|
|
|
|
|
|
|
# MIT/X
|
2019-07-12 20:50:46 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2009-03-16 20:42:41 +00:00
|
|
|
|
|
|
|
WANTLIB = X11 c
|
|
|
|
|
2019-04-26 06:21:40 +00:00
|
|
|
MASTER_SITES = https://dl.suckless.org/tools/
|
2009-03-16 20:42:41 +00:00
|
|
|
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST = Yes
|
2009-03-16 20:42:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|