1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/ntop/Makefile
Satoshi Asami c904263a58 Um, I think you got yourself confused. This is a simple case of DISTNAME
being sufficient for almost everything. :)
1998-11-18 11:31:43 +00:00

31 lines
662 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.6 1998/11/17 21:36:13 billf Exp $
#
DISTNAME= 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 ${DISTNAME}.tar.gz
MAINTAINER= billf@FreeBSD.org
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>