1998-08-11 02:59:56 +00:00
|
|
|
# New ports collection makefile for: ntop
|
|
|
|
# Version required: 0.2.2
|
|
|
|
# Date created: 10 August 1998
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
1998-09-05 21:43:26 +00:00
|
|
|
# $Id: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp $
|
1998-08-11 02:59:56 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= ntop-0.4-src
|
|
|
|
PKGNAME= ntop-0.4
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://jake.unipi.it/~deri/ntop/
|
|
|
|
|
|
|
|
MAINTAINER= billf@chc-chimes.com
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
USE_AUTOCONF= yes
|
|
|
|
ALL_TARGET=
|
1998-08-11 09:57:51 +00:00
|
|
|
INSTALL_TARGET= install install-man
|
1998-09-05 21:43:26 +00:00
|
|
|
CFLAGS+= -D__dead=
|
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>
|