blob: 60ba30b89fe9e6b50731ab6904b385a73c9e21c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.9 2001/11/29 01:12:43 hubertf Exp $
#
DISTNAME= pload-0.9.4
PKGREVISION= 1
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"
|