blob: 3af0e31348dc521407647e46239bfebf3a85a609 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.5 2003/07/17 22:52:03 grant Exp $
#
DISTNAME= wmpload-0.9.4
CATEGORIES= net x11
MASTER_SITES= http://www.engr.utk.edu/~mdsmith/pload/
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.engr.utk.edu/~mdsmith/pload/
COMMENT= PPP monitor for X11, totals and current in/out rates in 64x64 cube
HAS_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_IMAKE= YES
USE_X11BASE= YES
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|