summaryrefslogtreecommitdiff
path: root/net-mgmt/cflowd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cflowd/Makefile')
-rw-r--r--net-mgmt/cflowd/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile
deleted file mode 100644
index d5375a5e163b..000000000000
--- a/net-mgmt/cflowd/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: cflowd
-# Date created: Di 7 Nov 2000 19:48:50 CET
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= cflowd
-PORTVERSION= 2-1-b1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.caida.org/pub/cflowd/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= andreas@FreeBSD.org
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX}
-
-MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
- cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l
-
-.include <bsd.port.mk>