blob: b19cde378d3fa70357bd7eebb7f1dfe38a27c9e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: V. Jahns <vj562001@yahoo.de>
# $FreeBSD$
PORTNAME= wmname
PORTVERSION= 0.1
PORTREVISION= 1
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
USE_XORG= x11 xorgproto
PLIST_FILES= bin/wmname
.include <bsd.port.mk>
|