freebsd-ports/net-mgmt/aggregate/Makefile
Vanilla I. Shu 42ab8219e0 Stagify.
Approved by:	portmgr@
2014-06-20 08:45:05 +00:00

21 lines
473 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
USES= shebangfix
SHEBANG_FILES= aggregate-ios
PLIST_FILES= bin/aggregate bin/aggregate-ios \
man/man1/aggregate.1.gz man/man1/aggregate-ios.1.gz
.include <bsd.port.mk>