# 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.4 2004/01/02 12:30:58 krion Exp $
#

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

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

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

CONFLICTS=	bogofilter-0* bogofilter-qdbm*

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

.include "${MASTERDIR}/Makefile"
