diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-17 21:36:14 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-17 21:36:14 +0000 |
commit | d594de043b7f3cb52823b2df699f347115a15205 (patch) | |
tree | 69d886570e7d65fa91cafe10834472ec4e37071d /net/ntop/Makefile | |
parent | 77d2739905f7f162d220ea7a119ee9a15066cf1c (diff) |
Notes
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 1f59643b176d..39fed1374dfe 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,30 +1,31 @@ # New ports collection makefile for: ntop -# Version required: 1.0 +# Version required: 1.1a3 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.4 1998/11/12 00:01:32 billf Exp $ +# $Id: Makefile,v 1.5 1998/11/12 15:21:53 billf Exp $ # -DISTNAME= ntop-1.0.src -PKGNAME= ntop-1.0 +DISTNAME= +PKGNAME= ntop-1.1a3 CATEGORIES= net -MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ +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@chc-chimes.com +MAINTAINER= billf@FreeBSD.org -WRKSRC= ${WRKDIR}/${PKGNAME} +NTOPDISTFILE= ntop-1.1a3 +WRKSRC= ${WRKDIR}/${NTOPDISTFILE} USE_AUTOCONF= yes ALL_TARGET= INSTALL_TARGET= install -CFLAGS+= -D__dead= MAN8= ntop.8 -post-extract: - - ${CP} ${FILESDIR}/ethertype.h ${WRKSRC} - ${CP} ${FILESDIR}/gnuc.h ${WRKSRC} +post-patch: + @cd ${WRKDIR}/libpcap-0.4/; ./configure; make post-install: strip ${PREFIX}/sbin/ntop |