1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/crawl/Makefile

35 lines
769 B
Makefile
Raw Normal View History

# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$
PORTNAME= crawl
2003-12-21 18:39:12 +00:00
PORTVERSION= 0.4
PORTREVISION= 8
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
2006-12-18 15:15:00 +00:00
USE_BDB= yes
2003-12-21 18:39:12 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --program-transform-name=''
MAN1= crawl.1
NO_STAGE= yes
.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
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/crawl.conf ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>