# $OpenBSD: Makefile,v 1.19 2005/01/12 21:31:06 sturm Exp $ COMMENT= "small and efficient HTTP crawler" DISTNAME= crawl-0.4 PKGNAME= ${DISTNAME}p0 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 MASTER_SITES= http://www.monkey.org/~provos/ LIB_DEPENDS= lib/db/db.=3:db-3.*:databases/db/v3 CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-db="${LOCALBASE}" CONFIGURE_ENV= CFLAGS="${CFLAGS} -I/usr/local/include/db" NO_REGRESS= Yes .include