1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/ntop/Makefile
Bill Fumerola d594de043b Upgrade to version 1.1a3, which seems to work for both my -STABLE systems,
and other people's -CURRENT systems. Glad to get this in under the ports
freeze crunch so this port doesn't have to be marked BROKEN.

PR:		ports/8709
Reviewed by:	Brian Ruth <bruth@wmht.org>
Submitted by:	Brian Ruth <bruth@wmht.org>
1998-11-17 21:36:14 +00:00

34 lines
735 B
Makefile

# New ports collection makefile for: ntop
# Version required: 1.1a3
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.5 1998/11/12 15:21:53 billf Exp $
#
DISTNAME=
PKGNAME= ntop-1.1a3
CATEGORIES= net
MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/snapshots/ \
ftp://ftp.ee.lbl.gov/ \
http://www.FreeBSD.org/~billf/
DISTFILES= libpcap-0.4.tar.Z ${NTOPDISTFILE}.tar.gz
MAINTAINER= billf@FreeBSD.org
NTOPDISTFILE= ntop-1.1a3
WRKSRC= ${WRKDIR}/${NTOPDISTFILE}
USE_AUTOCONF= yes
ALL_TARGET=
INSTALL_TARGET= install
MAN8= ntop.8
post-patch:
@cd ${WRKDIR}/libpcap-0.4/; ./configure; make
post-install:
strip ${PREFIX}/sbin/ntop
.include <bsd.port.mk>