diff options
author | billf <billf@FreeBSD.org> | 1998-11-12 00:01:32 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-12 00:01:32 +0000 |
commit | 20e95febfa6094f788c050a67ac41379f212cac4 (patch) | |
tree | bba9c8a16c376412d774289ed75aa81dc2891617 /net/ntop/Makefile | |
parent | 2cc10368d61ef9f5d691c807fce9cf7317e03482 (diff) | |
download | FreeBSD-ports-20e95febfa6094f788c050a67ac41379f212cac4.zip FreeBSD-ports-20e95febfa6094f788c050a67ac41379f212cac4.tar.gz |
Update of ntop from 0.4 to 1.0, the author fixed a lot of the silly
mistakes so most of the patches were deleted. Two of the patches were to
the same file, but changed so drastically, I just reimported them.
PR: 8292
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index deee698..45929fe 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: ntop -# Version required: 0.2.2 +# Version required: 1.0 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp $ +# $Id: Makefile,v 1.3 1998/09/05 21:43:26 hoek Exp $ # -DISTNAME= ntop-0.4-src -PKGNAME= ntop-0.4 +DISTNAME= ntop-1.0.src +PKGNAME= ntop-1.0 CATEGORIES= net -MASTER_SITES= http://jake.unipi.it/~deri/ntop/ +MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ MAINTAINER= billf@chc-chimes.com WRKSRC= ${WRKDIR}/${PKGNAME} USE_AUTOCONF= yes ALL_TARGET= -INSTALL_TARGET= install install-man +INSTALL_TARGET= install CFLAGS+= -D__dead= MAN8= ntop.8 |