blob: b1f6093ed12e2478731bfe7886cbea717d8694b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: wmnet
# Date created: 24 November 1998
# Whom: Rich Neswold <rneswold@mcs.net>
#
# $FreeBSD$
#
PORTNAME= wmnet
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= net windowmaker
MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/
MAINTAINER= novel@FreeBSD.org
COMMENT= A network bandwidth monitor intended for the WindowMaker dock
USE_XPM= yes
MAN1= wmnet.1
PLIST_FILES= bin/wmnet
.include <bsd.port.mk>
|