cac0d11e3a
- More download locations PR: ports/85343 Submitted by: Stefan Walter <sw@gegenunendlich.de>
34 lines
894 B
Makefile
34 lines
894 B
Makefile
# New ports collection makefile for: spamprobe
|
|
# Whom: Matthew N. Dodd <mdodd@FreeBSD.org>
|
|
# Date created: 05 September 2002
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spamprobe
|
|
PORTVERSION= 1.2a
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Spam detector using Bayesian analysis of word counts
|
|
|
|
LIB_DEPENDS= db4:${PORTSDIR}/databases/db4
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
CONFIGURE_ARGS= --enable-default-8bit --enable-cdb
|
|
|
|
MAN1= spamprobe.1
|
|
PLIST_FILES= bin/spamprobe
|
|
USE_OPENSSL= yes
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include/db4 -I${OPENSSLINC}
|
|
LDFLAGS= -L${LOCALBASE}/lib -ldb4 -lcrypto
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|