aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bgpq/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
commit6a294c20389911c409eb5f6f05033eaf6c6975ab (patch)
treeb621d2670693545124e161f6048aa76ec80ae631 /net-mgmt/bgpq/Makefile
parentef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff)
Notes
Diffstat (limited to 'net-mgmt/bgpq/Makefile')
-rw-r--r--net-mgmt/bgpq/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-mgmt/bgpq/Makefile b/net-mgmt/bgpq/Makefile
deleted file mode 100644
index 54d13206f874..000000000000
--- a/net-mgmt/bgpq/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: bgpq
-# Date created: 21 Jan 2002
-# Whom: Alexandre Snarskii <snar@paranoia.ru>
-#
-# $FreeBSD$
-
-PORTNAME= bgpq
-PORTVERSION= 1.0.7.6
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
-
-MAINTAINER= snar@paranoia.ru
-COMMENT= Bgpq - lightweight access-list generator for cisco routers
-
-MAN8= bgpq.8
-
-HAS_CONFIGURE= yes
-
-post-install:
- strip ${PREFIX}/bin/bgpq
-
-.include <bsd.port.mk>