2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:46:16 espie Exp $
|
2009-03-16 20:42:41 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
WANTLIB = X11 c
|
|
|
|
|
2011-03-02 06:30:34 +00:00
|
|
|
MASTER_SITES = http://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>
|