# New ports collection makefile for:	bogofilter-tdb
# Date created:				17.08.2003
# Whom:					Matthias Andree <matthias.andree@web.de>
#
# $FreeBSD: ports/mail/bogofilter-tdb/Makefile,v 1.3 2003/11/02 18:13:27 krion Exp $
#

PORTNAME=	bogofilter
PORTREVISION=	0
CATEGORIES=	mail
PKGNAMESUFFIX=	-tdb

MASTERDIR=	${.CURDIR}/../bogofilter

LIB_DEPENDS=	tdb.1:${PORTSDIR}/databases/tdb

CONFLICTS=	bogofilter-0*

CONFIGURE_ARGS=	--with-database=tdb
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
DESCR=		${PKGDIR}/pkg-descr

IGNORE=		"is currently broken. Fix it yourself or ask gyepi@users.sourceforge.net to fix TDB mode"

.include "${MASTERDIR}/Makefile"
