0350045016
Take maintainership. OK by wiz@.
24 lines
703 B
Makefile
24 lines
703 B
Makefile
# $NetBSD: Makefile,v 1.23 2009/01/04 20:03:21 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= pload-0.9.5
|
|
PKGREVISION= 2
|
|
CATEGORIES= net x11
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/serial/ppp/}
|
|
|
|
MAINTAINER= shattered@NetBSD.org
|
|
HOMEPAGE= http://web.archive.org/web/20050305142516/http://www.engr.utk.edu/~mdsmith/pload/
|
|
COMMENT= PPP monitor for X11, monitoring totals and current in/out rates
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
NOT_FOR_BULK_PLATFORM= HPUX-*-*
|
|
|
|
HAS_CONFIGURE= YES
|
|
USE_TOOLS+= imake
|
|
USE_X11BASE= YES
|
|
INSTALL_TARGET= install install.man
|
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|