aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aggregate/Makefile
blob: 4539ff5a9c0594f33dc24d2c0c5f84d80c2c50a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: jabley

PORTNAME=	aggregate
PORTVERSION=	1.6
PORTREVISION=	1
CATEGORIES=	net-mgmt
MASTER_SITES=	ISC/aggregate

MAINTAINER=	jabley@automagic.org
COMMENT=	Optimise a list of route prefixes to help make nice short filters

GNU_CONFIGURE=	yes
USES=		shebangfix
SHEBANG_FILES=	aggregate-ios

PLIST_FILES=	bin/aggregate bin/aggregate-ios \
		man/man1/aggregate.1.gz man/man1/aggregate-ios.1.gz

.include <bsd.port.mk>