openbsd-ports/x11/wmname/Makefile
2013-03-11 11:35:43 +00:00

22 lines
352 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/03/11 11:46:16 espie 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
WANTLIB = X11 c
MASTER_SITES = http://dl.suckless.org/tools/
NO_TEST = Yes
.include <bsd.port.mk>