aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmname/Makefile
blob: 8381d6cf52488cb4d716ccfc075461934b879632 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	wmname
PORTVERSION=	0.1
PORTREVISION=	2
CATEGORIES=	x11-wm
MASTER_SITES=	http://dl.suckless.org/tools/

MAINTAINER=	nuncupatio@gmail.com
COMMENT=	Prints/sets the window manager name property of the root window
WWW=		https://tools.suckless.org/x/wmname

USES=		xorg
USE_XORG=	x11 xorgproto

PLIST_FILES=	bin/wmname

.include <bsd.port.mk>