blob: 40edeada658fcf7d468e704664fcac258310e114 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.11 2003/07/17 22:51:38 grant Exp $
#
DISTNAME= pload-0.9.4
PKGREVISION= 2
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"
|