1998-08-11 02:59:56 +00:00
|
|
|
# New ports collection makefile for: ntop
|
|
|
|
# Date created: 10 August 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-08-11 02:59:56 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= ntop
|
|
|
|
PORTVERSION= 1.1
|
1998-08-11 02:59:56 +00:00
|
|
|
CATEGORIES= net
|
1999-05-06 20:47:23 +00:00
|
|
|
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
|
|
|
|
http://www.freenix.no/~anders/ \
|
|
|
|
ftp://totem.fix.no/pub/mirrors/misc/
|
2000-04-09 18:14:07 +00:00
|
|
|
DISTNAME= ntop-1.1-src
|
1998-08-11 02:59:56 +00:00
|
|
|
|
1998-11-17 21:36:14 +00:00
|
|
|
MAINTAINER= billf@FreeBSD.org
|
1998-08-11 02:59:56 +00:00
|
|
|
|
2000-08-09 01:59:48 +00:00
|
|
|
FORBIDDEN= "Shocking lack of security leading to multiple local and remote root exploits"
|
|
|
|
|
1999-05-06 20:47:23 +00:00
|
|
|
HAS_CONFIGURE= yes
|
1998-08-11 02:59:56 +00:00
|
|
|
ALL_TARGET=
|
1999-05-06 20:47:23 +00:00
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
1998-08-11 09:57:51 +00:00
|
|
|
|
|
|
|
MAN8= ntop.8
|
1998-08-11 02:59:56 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/sbin/ntop
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|