23 lines
446 B
Makefile
23 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.6 2002/10/28 01:38:44 naddy Exp $
|
|
|
|
COMMENT= optimise a list of route prefixes
|
|
|
|
DISTNAME= aggregate-1.5
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://buffoon.automagic.org/dist/ \
|
|
http://maggie.automagic.org/dist/
|
|
|
|
MAINTAINER= Joe Abley <jabley@automagic.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|