openbsd-ports/net/aggregate/Makefile
sthen 6291f884d9 Add a patch to net/aggregate: don't ignore prefix length from input
stream when -t and -p are used together.  From FreeBSD PR ports/131259.
2012-05-03 14:11:55 +00:00

23 lines
384 B
Makefile

# $OpenBSD: Makefile,v 1.14 2012/05/03 14:11:55 sthen Exp $
COMMENT= optimise a list of route prefixes
DISTNAME= aggregate-1.6
REVISION= 0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_ISC:=aggregate/}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
.include <bsd.port.mk>