mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ad12d82a6a
instead of compiling the vendor's (as every other package seems to be doing now) -- again.
35 lines
884 B
Makefile
35 lines
884 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.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
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>
|