mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
4c46ca73d8
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.
19 lines
362 B
Makefile
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>
|