22 lines
352 B
Makefile
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>
|