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:
parent
2bf5e49775
commit
58571c5502
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225465
@ -34,6 +34,7 @@
|
||||
SUBDIR += bogofilter
|
||||
SUBDIR += bogofilter-qdbm
|
||||
SUBDIR += bogofilter-sqlite
|
||||
SUBDIR += bogofilter-tc
|
||||
SUBDIR += bsfilter
|
||||
SUBDIR += bsmtp
|
||||
SUBDIR += bulk_mailer
|
||||
|
26
mail/bogofilter-tc/Makefile
Normal file
26
mail/bogofilter-tc/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user