blob: 26af05f81f92a542bbafdcbd5ba4208a1efc5278 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.8 2001/02/17 18:19:27 wiz Exp $
#
DISTNAME= pload-0.9.4
PKGNAME= pload-0.9.4nb1
CATEGORIES= net x11
MASTER_SITES= http://www.engr.utk.edu/~mdsmith/pload/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.engr.utk.edu/~mdsmith/pload/
COMMENT= PPP monitor for X11, monitoring totals and current in/out rates
HAS_CONFIGURE= YES
USE_X11BASE= YES
INSTALL_TARGET= install install.man
.include "../../mk/bsd.pkg.mk"
|