summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
blob: 45929feb45c3863366e44275ed0af939057f79ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   ntop
# Version required:    1.0
# Date created:        10 August 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.3 1998/09/05 21:43:26 hoek Exp $
#

DISTNAME=	ntop-1.0.src
PKGNAME=	ntop-1.0
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.unipi.it/pub/local/ntop/source/

MAINTAINER=	billf@chc-chimes.com

WRKSRC=		${WRKDIR}/${PKGNAME}
USE_AUTOCONF=	yes
ALL_TARGET=
INSTALL_TARGET=	install
CFLAGS+=	-D__dead=

MAN8=		ntop.8

post-install:
	strip ${PREFIX}/sbin/ntop

.include <bsd.port.mk>