diff options
Diffstat (limited to 'net/nload/Makefile')
-rw-r--r-- | net/nload/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/nload/Makefile b/net/nload/Makefile index c3ec8650c96..79075dabc16 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2006/05/22 15:10:38 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/04/19 10:57:34 obache Exp $ # -DISTNAME= nload-0.6.0 +DISTNAME= nload-0.7.0 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nload/} -MAINTAINER= bartosz@atom.eu.org +MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.roland-riegel.de/nload/ COMMENT= Monitoring network traffic and bandwidth usage +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ MANCOMPRESSED= yes GNU_CONFIGURE= yes |