f1dfc47932
(ports is unlocked, but no new files/directories/imports!, if in doubt, ask!) :
25 lines
436 B
Makefile
25 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/03/02 06:30:34 jasper 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://dl.suckless.org/tools/
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|