# 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.6 2004/10/14 08:06:06 krion Exp $
#

PORTNAME=	bogofilter
CATEGORIES=	mail
PKGNAMESUFFIX=	-tdb

MAINTAINER=	matthias.andree@gmx.de

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

CONFLICTS=	bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]*

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

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

.include "${MASTERDIR}/Makefile"
