summaryrefslogtreecommitdiff
path: root/net-mgmt/fprobe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/fprobe/Makefile')
-rw-r--r--net-mgmt/fprobe/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-mgmt/fprobe/Makefile b/net-mgmt/fprobe/Makefile
deleted file mode 100644
index 2fdbe7308c0f..000000000000
--- a/net-mgmt/fprobe/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: fprobe
-# Date created: 03.06.2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fprobe
-PORTVERSION= 1.0.p5
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/.pre/}
-
-MAINTAINER= krion@FreeBSD.org
-COMMENT= Tool that collects network traffic data
-
-MAN1= fprobe.1
-
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USE_REINPLACE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in ChangeLog README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>