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

PORTNAME=   aggregate
PORTVERSION=    1.6
PORTREVISION=   1
CATEGORIES= net-mgmt
MASTER_SITES=   ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= aggregate

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

GNU_CONFIGURE=  yes

PLIST_FILES=    bin/aggregate bin/aggregate-ios
MAN1=       aggregate.1 aggregate-ios.1

NO_STAGE=   yes
.include <bsd.port.mk>