mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
897ad0b36e
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.
18 lines
356 B
Makefile
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>
|