mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# 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>
|