freebsd-ports/net/wmnet/Makefile
Gleb Smirnoff 19ba1cd55e Rewrite if.c so that it uses getifaddrs(3) instead of nosing in
kernel memory via kvm(3).

Approved by:	bapt (blanket)
2014-10-02 17:55:32 +00:00

17 lines
379 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/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= novel
MAINTAINER= novel@FreeBSD.org
COMMENT= Network bandwidth monitor intended for the WindowMaker dock
USE_XORG= xpm
.include <bsd.port.mk>