mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# Created by: Rich Neswold <rneswold@mcs.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmnet
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= net windowmaker
|
|
MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= novel
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= A network bandwidth monitor intended for the WindowMaker dock
|
|
|
|
USE_XORG= xpm
|
|
MAN1= wmnet.1
|
|
PLIST_FILES= bin/wmnet
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|