2013-09-20 23:36:50 +00:00
|
|
|
# Created by: Pete Fritchman <petef@databits.net>
|
2001-06-23 16:09:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= crawl
|
2003-12-21 18:39:12 +00:00
|
|
|
PORTVERSION= 0.4
|
2010-07-25 15:39:20 +00:00
|
|
|
PORTREVISION= 8
|
2001-06-23 16:09:53 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.monkey.org/~provos/
|
|
|
|
|
2006-04-14 20:45:44 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A small, efficient web crawler with advanced features
|
2001-06-23 16:09:53 +00:00
|
|
|
|
2008-08-19 16:40:17 +00:00
|
|
|
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
|
2001-06-23 16:09:53 +00:00
|
|
|
|
2006-12-18 15:15:00 +00:00
|
|
|
USE_BDB= yes
|
2003-12-21 18:39:12 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-12-05 13:29:01 +00:00
|
|
|
CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --program-transform-name=''
|
2001-06-23 16:09:53 +00:00
|
|
|
|
|
|
|
MAN1= crawl.1
|
|
|
|
|
2013-09-20 23:36:50 +00:00
|
|
|
NO_STAGE= yes
|
2005-04-10 21:35:28 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2002-02-04 00:39:19 +00:00
|
|
|
post-patch:
|
2006-12-18 15:15:00 +00:00
|
|
|
@${REINPLACE_CMD} -e 's,/usr/include/db2,${BDB_INCLUDE_DIR},g' \
|
|
|
|
-e 's,db2,${BDB_LIB_NAME},g' ${WRKSRC}/configure.in
|
2002-02-04 00:39:19 +00:00
|
|
|
|
2003-05-05 03:16:00 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/crawl.conf ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
2005-04-10 21:35:28 +00:00
|
|
|
.include <bsd.port.post.mk>
|