mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
445b401f84
Approved by: portmgr (blanket)
18 lines
416 B
Makefile
18 lines
416 B
Makefile
PORTNAME= aggregate
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 2
|
|
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 \
|
|
share/man/man1/aggregate.1.gz share/man/man1/aggregate-ios.1.gz
|
|
|
|
.include <bsd.port.mk>
|