summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
blob: 3f8c4a204b2c09cc70fce768cc35404fc597b376 (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
28
# New ports collection makefile for:   ntop
# Version required:    1.1
# Date created:        10 August 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.8 1999/05/06 20:47:20 billf Exp $
#

DISTNAME=	ntop-1.1-src
PKGNAME=	ntop-1.1
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.unipi.it/pub/local/ntop/source/ \
		http://www.freenix.no/~anders/ \
		ftp://totem.fix.no/pub/mirrors/misc/

MAINTAINER=	billf@FreeBSD.org

HAS_CONFIGURE=	yes
ALL_TARGET=
INSTALL_TARGET=	install install-man
WRKSRC=		${WRKDIR}/${PKGNAME}

MAN8=		ntop.8

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

.include <bsd.port.mk>