freebsd-ports/net/wmnet/Makefile
Niclas Zeising 897ad0b36e Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:58:04 +00:00

18 lines
356 B
Makefile

# Created by: Rich Neswold <rneswold@mcs.net>
# $FreeBSD$
PORTNAME= wmnet
PORTVERSION= 1.2
PORTREVISION= 3
CATEGORIES= net windowmaker
MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ \
LOCAL/novel
MAINTAINER= ports@FreeBSD.org
COMMENT= Network bandwidth monitor intended for the WindowMaker dock
USES= xorg
USE_XORG= xpm
.include <bsd.port.mk>