summaryrefslogtreecommitdiffstats
path: root/mail/spamprobe/Makefile
blob: fa4834f5bd2c7b8dae1e8541a9c8028ecc421517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Created by: Matthew N. Dodd <mdodd@FreeBSD.org>
# $FreeBSD$

PORTNAME=		spamprobe
PORTVERSION=	1.4d
PORTREVISION=	11
CATEGORIES=		mail
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Spam detector using Bayesian analysis of word counts

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-default-8bit
USE_GCC=	any

PLIST_FILES=	bin/spamprobe man/man1/spamprobe.1.gz

OPTIONS_DEFINE=	GIF JPEG PNG
OPTIONS_MULTI=	DATABASE
OPTIONS_MULTI_DATABASE=	PBL BDB
OPTIONS_DEFAULT=PBL GIF JPEG PNG
PBL_DESC=		PBL database support (author's recommended data store)

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

# PBL support
PBL_BUILD_DEPENDS=	${LOCALBASE}/lib/libpbl.a:${PORTSDIR}/databases/libpbl
PBL_RUN_DEPENDS+=	${PBL_BUILD_DEPENDS}
PBL_CONFIGURE_WITH=	pbl
PBL_LDFLAGS=	-lpbl

# BerkleyDB support
BDB_CONFIGURE_ENABLE=	cdb
BDB_CONFIGURE_WITH=	db
BDB_CPPFLAGS=	-DUSE_DB=1

# giflib support
GIF_CONFIGURE_WITH=	gif
GIF_LIB_DEPENDS=	libgif.so:${PORTSDIR}/graphics/giflib

# PNG support
PNG_CONFIGURE_WITH=	png
PNG_LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png

# JPEG support
JPEG_CONFIGURE_WITH=jpeg
JPEG_LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MBDB}
USE_BDB=	40+
CPPFLAGS+=	-I${BDB_INCLUDE_DIR}
LDFLAGS+=	-l${BDB_LIB_NAME}
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud