summaryrefslogtreecommitdiff
path: root/net/trafshow/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-02-16 21:20:04 +0000
committersnj <snj>2004-02-16 21:20:04 +0000
commit42345aac3edce6d6b68ceb9e40243ec3d4dc183b (patch)
treeb01e3ad77f6e04868cea939b7762020597f0a77d /net/trafshow/Makefile
parentcf238361400e38ebdb9549e4808f71a5d52bdd28 (diff)
downloadpkgsrc-42345aac3edce6d6b68ceb9e40243ec3d4dc183b.tar.gz
Update to trafshow-4.0, use bl3, include curses.buildlink3.mk, clean
up DESCR. No changelog is available, but changes since 3.1 include integration of the KAME ipv6 patch and the addition of a mode that allows trafshow to act like a Cisco NetFlow collector. Okayed by jmmv.
Diffstat (limited to 'net/trafshow/Makefile')
-rw-r--r--net/trafshow/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile
index 49cf1254e41..1293a19fbc8 100644
--- a/net/trafshow/Makefile
+++ b/net/trafshow/Makefile
@@ -1,21 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 22:51:57 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/16 21:20:04 snj Exp $
-DISTNAME= trafshow-3.1
-PKGREVISION= 1
+DISTNAME= trafshow-4.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/
EXTRACT_SUFX= .tgz
-PATCHFILES= trafshow-31-v6-20010322a.diff.gz
-PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
-PATCH_DIST_STRIP+= -p1
-
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://soft.risp.ru/trafshow/index.shtml
COMMENT= Full screen visualization of the network traffic
-GNU_CONFIGURE= yes
ALL_TARGET= trafshow
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
.include "../../mk/bsd.prefs.mk"
@@ -32,4 +28,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/.trafshow \
${PREFIX}/share/examples/trafshow/trafshow
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"