summaryrefslogtreecommitdiff
path: root/net-mgmt/bpft/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /net-mgmt/bpft/Makefile
parentee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff)
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 2ea2ffce5f9b..000000000000
--- a/net-mgmt/bpft/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: bpft
-# Version required: 2.0
-# Date created: 17 March 1999
-# Whom: oddbjorn@tricknology.org
-#
-# $FreeBSD$
-#
-
-DISTNAME= bpft-2.0
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.nsk.su/pub/unix/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= oddbjorn@tricknology.org
-
-MAN1= trafshow.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>