1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/ntop/Makefile
Bill Fumerola 13d26afc8c We don't fetch libpcap anymore, so why include it's MASTER_SITE?
Submitted by:	Anders Nordby <anders@fix.no>
Pointy Hat:	Me.
1999-05-07 19:31:59 +00:00

29 lines
627 B
Makefile

# 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>