22 lines
389 B
Makefile
22 lines
389 B
Makefile
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:36:45 espie Exp $
|
|
|
|
COMMENT= optimise a list of route prefixes
|
|
|
|
DISTNAME= aggregate-1.6
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.isc.org/isc/aggregate/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|