2001-03-04 16:48:52 +01:00
|
|
|
# New ports collection makefile for: aggregate
|
|
|
|
# Date created: 16 Feb 2001
|
|
|
|
# Whom: jabley
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= aggregate
|
2002-03-07 03:49:49 +01:00
|
|
|
PORTVERSION= 1.6
|
2009-02-23 13:17:08 +01:00
|
|
|
PORTREVISION= 1
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2009-02-23 13:17:08 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_ISC}
|
|
|
|
MASTER_SITE_SUBDIR= aggregate
|
2001-03-04 16:48:52 +01:00
|
|
|
|
|
|
|
MAINTAINER= jabley@automagic.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Optimise a list of route prefixes to help make nice short filters
|
2001-03-04 16:48:52 +01:00
|
|
|
|
2001-05-27 18:33:59 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2009-02-23 13:17:08 +01:00
|
|
|
PLIST_FILES= bin/aggregate bin/aggregate-ios
|
|
|
|
MAN1= aggregate.1 aggregate-ios.1
|
2001-03-04 16:48:52 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|