blob: f4d7b6fb93377e5b7850e14522898a0c779fb638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:32 joerg Exp $
#
DISTNAME= wmpload-0.9.5
PKGREVISION= 1
CATEGORIES= net x11
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/ppp/}
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
PKG_DESTDIR_SUPPORT= user-destdir
HAS_CONFIGURE= YES
USE_IMAKE= YES
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|