# $OpenBSD: Makefile,v 1.22 2009/03/16 11:05:54 sthen Exp $ COMMENT= small and efficient HTTP crawler DISTNAME= crawl-0.4 PKGNAME= ${DISTNAME}p2 CATEGORIES= net HOMEPAGE= http://www.monkey.org/~provos/crawl/ # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= c event MASTER_SITES= http://www.monkey.org/~provos/ LIB_DEPENDS= lib/db/db.=3:db->=3,<4:databases/db/v3 CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-db="${LOCALBASE}" CONFIGURE_ENV= CFLAGS="${CFLAGS} -I/usr/local/include/db" NO_REGRESS= Yes .include