openbsd-ports/net/aggregate/Makefile
merdely 241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00

21 lines
375 B
Makefile

# $OpenBSD: Makefile,v 1.11 2007/09/15 22:36:51 merdely 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>