freebsd-ports/x11-wm/wmname/Makefile

17 lines
345 B
Makefile

# Created by: V. Jahns <vj562001@yahoo.de>
# $FreeBSD$
PORTNAME= wmname
PORTVERSION= 0.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 xproto
PLIST_FILES= bin/wmname
NO_STAGE= yes
.include <bsd.port.mk>