aboutsummaryrefslogtreecommitdiff
path: root/net/bgpq
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
commit3a93c08cd424e3c6e35c021346e257e2136f6298 (patch)
treee5b244f8eab75a4947b9d7ce8d757989718c5333 /net/bgpq
parentbc84920be715f7b7c39d229b0756ccb7eeb9beb4 (diff)
downloadports-3a93c08cd424e3c6e35c021346e257e2136f6298.tar.gz
ports-3a93c08cd424e3c6e35c021346e257e2136f6298.zip
Remove all stalled Makefiles in net category.
Approved and reviewed by: marcus
Notes
Notes: svn path=/head/; revision=102249
Diffstat (limited to 'net/bgpq')
-rw-r--r--net/bgpq/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net/bgpq/Makefile b/net/bgpq/Makefile
deleted file mode 100644
index 36a133828316..000000000000
--- a/net/bgpq/Makefile
+++ /dev/null
@@ -1,24 +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
-PORTREVISION= 1
-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
-PLIST_FILES= bin/bgpq
-
-HAS_CONFIGURE= yes
-
-post-install:
- ${STRIP_CMD} ${PREFIX}/bin/bgpq
-
-.include <bsd.port.mk>