1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net-mgmt/aggregate/Makefile
Dmitry Morozovsky 277b37ae54 Fix simultaneous use of -t and -p options.
While I'm here, get rid of simple pkg-plist, and remove stale distsite.
Also, make portlint -C happy.

PR:		131259
Approved by:	maintainer timeout (3 weeks)
2009-02-23 12:17:08 +00:00

24 lines
502 B
Makefile

# New ports collection makefile for: aggregate
# Date created: 16 Feb 2001
# Whom: 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
.include <bsd.port.mk>