aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/bgpq/Makefile
blob: f91524981b1c46651a0ace20a4baa06adee7e5e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    bgpq
# Date created:             21 Jan 2002
# Whom:                 Alexandre Snarskii <snar@paranoia.ru>
#
# $FreeBSD$

PORTNAME=   bgpq
PORTVERSION=    1.0.9.9
CATEGORIES= net-mgmt
MASTER_SITES=   http://snar.spb.ru/prog/bgpq/
EXTRACT_SUFX=   .tgz

MAINTAINER= sem@FreeBSD.org
COMMENT=    Bgpq - lightweight access-list generator for cisco routers

MAN8=       bgpq.8
PLIST_FILES=    bin/bgpq

GNU_CONFIGURE=  yes

post-install:
    ${STRIP_CMD} ${PREFIX}/bin/bgpq

.include <bsd.port.mk>