1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/x11-wm/wmname/Makefile

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