openbsd-ports/x11/wmname/Makefile

26 lines
458 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2009/03/16 20:42:41 sturm 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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = X11 c
MASTER_SITES = http://code.suckless.org/dl/tools/
USE_X11 = Yes
NO_REGRESS = Yes
.include <bsd.port.mk>