summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-05-06 20:47:23 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-05-06 20:47:23 +0000
commit95779fde895c46abeb796cae244ac9fdd4c7541b (patch)
tree6448f2f49eb24eaa671b26c210002ff5b0aea559 /net
parentUse MLINKS and friends (rather than PLIST literals) to stipulate man pages & ... (diff)
(1) Upgrade to 1.1
PR: ports/11536 Submitted by: Anders Nordby <anders@fix.no> (2) Fix some uglyness
Notes
Notes: svn path=/head/; revision=18567
Diffstat (limited to 'net')
-rw-r--r--net/ntop/Makefile21
-rw-r--r--net/ntop/distinfo3
-rw-r--r--net/ntop/files/patch-ah11
3 files changed, 22 insertions, 13 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index a2764a433b07..6fe70c0ebc61 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,29 +1,28 @@
# New ports collection makefile for: ntop
-# Version required: 1.1a3
+# Version required: 1.1
# 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 $
+# $Id: Makefile,v 1.7 1998/11/18 11:31:43 asami Exp $
#
-DISTNAME= ntop-1.1a3
+DISTNAME= ntop-1.1-src
+PKGNAME= ntop-1.1
CATEGORIES= net
-MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/snapshots/ \
+MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \
ftp://ftp.ee.lbl.gov/ \
- http://www.FreeBSD.org/~billf/
-DISTFILES= libpcap-0.4.tar.Z ${DISTNAME}.tar.gz
+ http://www.freenix.no/~anders/ \
+ ftp://totem.fix.no/pub/mirrors/misc/
MAINTAINER= billf@FreeBSD.org
-USE_AUTOCONF= yes
+HAS_CONFIGURE= yes
ALL_TARGET=
-INSTALL_TARGET= install
+INSTALL_TARGET= install install-man
+WRKSRC= ${WRKDIR}/${PKGNAME}
MAN8= ntop.8
-post-patch:
- @cd ${WRKDIR}/libpcap-0.4/; ./configure; make
-
post-install:
strip ${PREFIX}/sbin/ntop
diff --git a/net/ntop/distinfo b/net/ntop/distinfo
index 5c89afef05b6..110d8e02f212 100644
--- a/net/ntop/distinfo
+++ b/net/ntop/distinfo
@@ -1,2 +1 @@
-MD5 (libpcap-0.4.tar.Z) = 3e0025a24218d327b152075c70a578e9
-MD5 (ntop-1.1a3.tar.gz) = 60ff834a89f1dbecb1bd377d8a168fd6
+MD5 (ntop-1.1-src.tar.gz) = 4630ed141d9d5f16f929a9b64b70a45c
diff --git a/net/ntop/files/patch-ah b/net/ntop/files/patch-ah
new file mode 100644
index 000000000000..12de2d1fd9ba
--- /dev/null
+++ b/net/ntop/files/patch-ah
@@ -0,0 +1,11 @@
+--- configure.old Thu May 6 12:14:29 1999
++++ configure Thu May 6 12:14:37 1999
+@@ -676,7 +676,7 @@
+ :
+ fi
+
+- V_CCOPT="-O"
++ V_CCOPT=""
+ V_INCLS=""
+ if test "${srcdir}" != "." ; then
+ V_INCLS="-I\$\(srcdir\)"