summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
blob: 47aff5657346f2888eb788d29aaa6a43103d39fa (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
# Date created:        10 August 1998
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=	ntop
PORTVERSION=	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/
DISTFILES=	${DISTNAME}-src.tar.gz

MAINTAINER=	billf@FreeBSD.org

HAS_CONFIGURE=	yes
ALL_TARGET=
INSTALL_TARGET=	install install-man

MAN8=		ntop.8

post-install:
	${CHMOD} u-s,g-srx ${PREFIX}/sbin/ntop
	strip ${PREFIX}/sbin/ntop

.include <bsd.port.mk>