# New ports collection makefile for:	bogofilter-sqlite
# Date created:				2005-05-24
# Whom:					Matthias Andree <matthias.andree@gmx.de>
#
# $FreeBSD: ports/mail/bogofilter-sqlite/Makefile,v 1.6 2009/05/13 08:49:42 miwi Exp $
#

PORTNAME=	bogofilter
CATEGORIES=	mail
PKGNAMESUFFIX=	-sqlite

MAINTAINER=	matthias.andree@gmx.de

USE_SQLITE=	3

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

CONFIGURE_ARGS=	--with-database=sqlite
BF_CPPFLAGS=	-I${LOCALBASE}/include
BF_LIBS=
DESCR=		${PKGDIR}/pkg-descr

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

.include "${MASTERDIR}/Makefile"
