freebsd-ports/net-mgmt/bgpq/Makefile
Garrett Wollman 60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00

24 lines
489 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.7.6
PORTREVISION= 1
CATEGORIES= net-mgmt
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>