summaryrefslogtreecommitdiff
path: root/mail/bogofilter-tc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-08 15:59:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-08 15:59:04 +0000
commit58571c55021bb747e503a5ac1f93bb7889a408c4 (patch)
treedb8443b4dc52dac7aed7712d8f33e980a310dd49 /mail/bogofilter-tc
parent- Update to 0.1.9a (diff)
This is a new sibling port of bogofilter's, using tokyocabinet as database.
PR: ports/127039 Submitted by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes: svn path=/head/; revision=225465
Diffstat (limited to 'mail/bogofilter-tc')
-rw-r--r--mail/bogofilter-tc/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile
new file mode 100644
index 000000000000..c312ef0fcbcf
--- /dev/null
+++ b/mail/bogofilter-tc/Makefile
@@ -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"