# New ports collection makefile for:	bogofilter-qdbm
# Date created:				2004-01-02
# Whom:					Matthias Andree <matthias.andree@gmx.de>
#
# $FreeBSD: ports/mail/bogofilter-qdbm/Makefile,v 1.1 2004/01/02 12:33:34 krion Exp $
#

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

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

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

CONFLICTS=	bogofilter-0* bogofilter-tdb*

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

.include "${MASTERDIR}/Makefile"
