1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11-wm/wmname/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

19 lines
362 B
Makefile

# Created by: V. Jahns <vj562001@yahoo.de>
# $FreeBSD$
PORTNAME= wmname
PORTVERSION= 0.1
PORTREVISION= 2
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
USES= xorg
USE_XORG= x11 xorgproto
PLIST_FILES= bin/wmname
.include <bsd.port.mk>