aboutsummaryrefslogblamecommitdiff
path: root/mail/bogofilter-sqlite/Makefile
blob: e224d59e023dd4f2719980fec5550a0eab6c57c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
                          
                 


                       
                                   
 
                      
                                                                

                                      

                                      

                                   
                                            

                                
PORTNAME=	bogofilter
PORTREVISION=	3
CATEGORIES=	mail
PKGNAMESUFFIX=	-sqlite

MAINTAINER=	mandree@FreeBSD.org

USES=		sqlite
CONFLICTS_INSTALL=	bogofilter bogofilter-lmdb bogofilter-kc

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

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

.include "${MASTERDIR}/Makefile"