aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/bpft/Makefile
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2001-12-09 11:25:27 +0800
committeranders <anders@FreeBSD.org>2001-12-09 11:25:27 +0800
commit1f528980653dfec7d91dbacf16a1ddf546f1078d (patch)
tree6017784bf2565de5d897eda249a7c481318dcd26 /net-mgmt/bpft/Makefile
parente6dbe9183454cf1e6943eb5243f63dbd19a1e642 (diff)
downloadfreebsd-ports-gnome-1f528980653dfec7d91dbacf16a1ddf546f1078d.tar.gz
freebsd-ports-gnome-1f528980653dfec7d91dbacf16a1ddf546f1078d.tar.zst
freebsd-ports-gnome-1f528980653dfec7d91dbacf16a1ddf546f1078d.zip
Remove bpft. It has been superseded by ports/net/trafd.
PR: 31185 Submitted by: maintainer
Diffstat (limited to 'net-mgmt/bpft/Makefile')
-rw-r--r--net-mgmt/bpft/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mgmt/bpft/Makefile b/net-mgmt/bpft/Makefile
deleted file mode 100644
index 851e7c25ef5f..000000000000
--- a/net-mgmt/bpft/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: bpft
-# Date created: 17 March 1999
-# Whom: oddbjorn@tricknology.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= bpft
-PORTVERSION= 2.0
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.nsk.su/pub/unix/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= oddbjorn@tricknology.org
-
-MAN1= trafshow2.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/bpft
- ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bpft/README
-.endif
-
-.include <bsd.port.mk>