1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/crawl/Makefile
2002-02-04 00:39:19 +00:00

31 lines
677 B
Makefile

# New ports collection makefile for: crawl
# Date created: 20 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= crawl
PORTVERSION= 0.3
CATEGORIES= www
MASTER_SITES= http://www.monkey.org/~provos/
MAINTAINER= petef@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww \
db3.2:${PORTSDIR}/databases/db3
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_AUTOCONF= yes
CONFIGURE_ARGS= --with-libevent=${LOCALBASE}
CONFIGURE_ENV= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -lmd5"
MAN1= crawl.1
post-patch:
@${PERL} -pi -e 's,-ldb,-ldb3,g' ${WRKSRC}/configure.in
.include <bsd.port.mk>