04db59d2f9
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.
32 lines
840 B
Makefile
32 lines
840 B
Makefile
# $NetBSD: Makefile,v 1.16 2004/02/16 21:20:04 snj Exp $
|
|
|
|
DISTNAME= trafshow-4.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.nsk.su/pub/RinetSoftware/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://soft.risp.ru/trafshow/index.shtml
|
|
COMMENT= Full screen visualization of the network traffic
|
|
|
|
ALL_TARGET= trafshow
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
BUILD_DEFS+= USE_INET6
|
|
|
|
.if defined(USE_INET6) && ${USE_INET6} == "YES"
|
|
CPPFLAGS+= -DINET6
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/trafshow.1 ${PREFIX}/man/man1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/trafshow
|
|
${INSTALL_DATA} ${WRKSRC}/.trafshow \
|
|
${PREFIX}/share/examples/trafshow/trafshow
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|