Fri Jul 5 19:16:19 2019 UTC ()
iftop: update HOMEPAGE, add LICENSE


(adam)
diff -r1.21 -r1.22 pkgsrc/net/iftop/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/net/iftop/Makefile (expand / switch to unified diff)

--- pkgsrc/net/iftop/Makefile 2018/12/09 21:05:33 1.21
+++ pkgsrc/net/iftop/Makefile 2019/07/05 19:16:19 1.22
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.21 2018/12/09 21:05:33 adam Exp $ 1# $NetBSD: Makefile,v 1.22 2019/07/05 19:16:19 adam Exp $
2# 
3 2
4DISTNAME= iftop-1.0pre4 3DISTNAME= iftop-1.0pre4
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/ 5MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.ex-parrot.com/~pdw/iftop/download/ 8HOMEPAGE= http://www.ex-parrot.com/pdw/iftop/
10COMMENT= Display bandwidth usage on an interface 9COMMENT= Display bandwidth usage on an interface
 10LICENSE= gnu-gpl-v2
11 11
12USE_CURSES= chgat 12USE_CURSES= chgat
13FAKE_NCURSES= yes 13FAKE_NCURSES= yes
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --with-resolver=netdb_1thread 15CONFIGURE_ARGS+= --with-resolver=netdb_1thread
16 16
17.include "../../net/libpcap/buildlink3.mk" 17.include "../../net/libpcap/buildlink3.mk"
18.include "../../mk/curses.buildlink3.mk" 18.include "../../mk/curses.buildlink3.mk"
19.include "../../mk/pthread.buildlink3.mk" 19.include "../../mk/pthread.buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"