# $OpenBSD: Makefile,v 1.21 2007/09/15 22:36:52 merdely Exp $ COMMENT= small and efficient HTTP crawler DISTNAME= crawl-0.4 PKGNAME= ${DISTNAME}p1 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.*:databases/db/v3 CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --with-db="${LOCALBASE}" CONFIGURE_ENV= CFLAGS="${CFLAGS} -I/usr/local/include/db" NO_REGRESS= Yes .include