25 lines
444 B
Makefile
25 lines
444 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/24 21:15:35 ajacoutot 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/
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|