freebsd-ports/x11-wm/wmname/Makefile
Martin Wilke abbef760c6 A tool for printing/setting the window manager name
property of the root window.

WWW: http://tools.suckless.org/wmname

PR:		ports/137498
Submitted by:	V. Jahns <vj562001 at yahoo.de>
2009-08-08 06:09:19 +00:00

21 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>