mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
17 lines
331 B
Makefile
17 lines
331 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
|
|
|
|
.include <bsd.port.mk>
|