freebsd-ports/net-mgmt/bgpq/Makefile
Rong-En Fan f01f3fc18d - Update to 1.0.9.5
PR:		ports/106675
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
2006-12-14 19:24:47 +00:00

24 lines
493 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.5
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@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>