abbef760c6
property of the root window. WWW: http://tools.suckless.org/wmname PR: ports/137498 Submitted by: V. Jahns <vj562001 at yahoo.de>
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# New ports collection makefile for: wmname
|
|
# Date created: 31 July 2009
|
|
# Whom: V. Jahns <vj562001@yahoo.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmname
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://code.suckless.org/dl/tools/
|
|
|
|
MAINTAINER= vj562001@yahoo.de
|
|
COMMENT= Prints/sets the window manager name property of the root window
|
|
|
|
USE_XORG= x11 xproto
|
|
|
|
PLIST_FILES= bin/wmname
|
|
|
|
.include <bsd.port.mk>
|