1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

This is a new sibling port of bogofilter's, using tokyocabinet as database.

PR:		ports/127039
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
This commit is contained in:
Martin Wilke 2009-01-08 15:59:04 +00:00
parent 2bf5e49775
commit 58571c5502
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225465
2 changed files with 27 additions and 0 deletions

View File

@ -34,6 +34,7 @@
SUBDIR += bogofilter
SUBDIR += bogofilter-qdbm
SUBDIR += bogofilter-sqlite
SUBDIR += bogofilter-tc
SUBDIR += bsfilter
SUBDIR += bsmtp
SUBDIR += bulk_mailer

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: bogofilter-tc
# Date created: 2008-08-29
# Whom: Zach Thompson <hideo@lastamericanempire.com>
#
# $FreeBSD$
#
PORTNAME= bogofilter
CATEGORIES= mail
PKGNAMESUFFIX= -tc
MAINTAINER= matthias.andree@gmx.de
# Blanket approval for changes by Zach Thompson (address above)
LIB_DEPENDS= tokyocabinet.7:${PORTSDIR}/databases/tokyocabinet
CONFLICTS= bogofilter-[0-9]* [a-z][a-z]-bogofilter-[1-9]* bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]*
CONFIGURE_ARGS= --with-database=tokyocabinet
BF_CPPFLAGS= -I${LOCALBASE}/include
BF_LIBS=
DESCR= ${PKGDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../bogofilter
.include "${MASTERDIR}/Makefile"