diff options
author | billf <billf@FreeBSD.org> | 1998-11-18 05:36:14 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-18 05:36:14 +0800 |
commit | 6cfa4c1041000694e4a992d70a07e352d63057c0 (patch) | |
tree | 5258784875843a966fecd05c664ce5f45c4298d1 /net/ntop/Makefile | |
parent | 0d9f8d72b289a2ead5a5138dd112f7b34f1a2ade (diff) | |
download | freebsd-ports-gnome-6cfa4c1041000694e4a992d70a07e352d63057c0.tar.gz freebsd-ports-gnome-6cfa4c1041000694e4a992d70a07e352d63057c0.tar.zst freebsd-ports-gnome-6cfa4c1041000694e4a992d70a07e352d63057c0.zip |
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>
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 |