110159f470
ok robert@
21 lines
373 B
Makefile
21 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/05/01 15:43:47 rui 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
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|