aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop/Makefile
blob: f45a757b1688b807a2b65d9753ed909446db9e64 (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>
#
# $FreeBSD$
#

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>