freebsd-ports/net/pload/Makefile
Pav Lucistnik f30d42f081 Add pload, an X11 program to monitor network device statistics.
It graphs information using Athena stripchart widgets.

PR:		ports/72013
Submitted by:	J.R. Oldroyd <fbsd@opal.com>
2004-10-18 20:41:21 +00:00

23 lines
454 B
Makefile

# New ports collection makefile for: pload
# Date created: 22 Septemper 2004
# Whom: J.R. Oldroyd <fbsd@opal.com>
#
# $FreeBSD$
#
PORTNAME= pload
PORTVERSION= 0.9.5
CATEGORIES= net sysutils
MASTER_SITES= http://www.engr.utk.edu/~mdsmith/pload/
MAINTAINER= fbsd@opal.com
COMMENT= An X11 program to display network traffic graphs
USE_IMAKE= yes
HAS_CONFIGURE= yes
MAN1= pload.1
MANCOMPRESSED= yes
PLIST_FILES= bin/pload
.include <bsd.port.mk>