mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
423959b42d
Approved by: maintainer implicit
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# New ports collection makefile for: bgpq
|
|
# Date created: 21 Jan 2002
|
|
# Whom: Alexandre Snarskii <snar@paranoia.ru>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bgpq
|
|
PORTVERSION= 1.0.9.7
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
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>
|