# New ports collection makefile for: crawl # Date created: 20 June 2001 # Whom: Pete Fritchman # # $FreeBSD$ # PORTNAME= crawl PORTVERSION= 0.4 PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ MAINTAINER= ports@FreeBSD.org COMMENT= A small, efficient web crawler with advanced features LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent USE_BDB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --program-transform-name='' MAN1= crawl.1 .include post-patch: @${REINPLACE_CMD} -e 's,/usr/include/db2,${BDB_INCLUDE_DIR},g' \ -e 's,db2,${BDB_LIB_NAME},g' ${WRKSRC}/configure.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/crawl.conf ${EXAMPLESDIR} .endif .include