mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
22 lines
469 B
Makefile
22 lines
469 B
Makefile
# New ports collection makefile for: aggregate
|
|
# Date created: 16 Feb 2001
|
|
# Whom: jabley
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aggregate
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ftp://ftp.isc.org/isc/aggregate/ \
|
|
http://software.automagic.org/aggregate/
|
|
|
|
MAINTAINER= jabley@automagic.org
|
|
COMMENT= Optimise a list of route prefixes to help make nice short filters
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= aggregate.1 aggregate-ios.1
|
|
|
|
.include <bsd.port.mk>
|