blob: 97058f55bdc4d1f78c8a11cca0247659f2ec4aff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.8 2004/11/27 01:43:57 abs Exp $
#
DISTNAME= wmpload-0.9.5
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_BUILDLINK3= YES
USE_IMAKE= YES
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|