mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
spmfilter-spamassassin is a plugin for spmfilter that enables spmfilter to
spam-check emails with the help of the daemonized version of Spamassassin (spamd). The major goal of this plugin is to provide an easy way for spam-checking messages. WWW: http://www.spmfilter.org/ PR: ports/146161 Submitted by: Axel Steiner <ast at treibsand.com> Approved by: wxs@ (mentor)
This commit is contained in:
parent
9ad145c15f
commit
9ca8fcc7df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254512
@ -646,6 +646,7 @@
|
|||||||
SUBDIR += spamstats
|
SUBDIR += spamstats
|
||||||
SUBDIR += spfval
|
SUBDIR += spfval
|
||||||
SUBDIR += spmfilter
|
SUBDIR += spmfilter
|
||||||
|
SUBDIR += spmfilter-spamassassin
|
||||||
SUBDIR += spruce
|
SUBDIR += spruce
|
||||||
SUBDIR += sqlgrey
|
SUBDIR += sqlgrey
|
||||||
SUBDIR += squirrelmail
|
SUBDIR += squirrelmail
|
||||||
|
47
mail/spmfilter-spamassassin/Makefile
Normal file
47
mail/spmfilter-spamassassin/Makefile
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
# New ports collection makefile for: spmfilter-spamassassin
|
||||||
|
# Date created: 2010-04-29
|
||||||
|
# Whom: Axel Steiner <ast@treibsand.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= spmfilter-spamassassin
|
||||||
|
PORTVERSION= 0.1
|
||||||
|
CATEGORIES= mail
|
||||||
|
MASTER_SITES= http://www.spmfilter.org/attachments/download/58/
|
||||||
|
|
||||||
|
MAINTAINER= ast@treibsand.com
|
||||||
|
COMMENT= Spamassassin plugin for spmfilter
|
||||||
|
|
||||||
|
BUILD_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter
|
||||||
|
RUN_DEPENDS= spmfilter>=0.4:${PORTSDIR}/mail/spmfilter
|
||||||
|
|
||||||
|
USE_CMAKE= yes
|
||||||
|
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
|
||||||
|
-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
USE_LDCONFIG= ${PREFIX}/lib/spmfilter
|
||||||
|
|
||||||
|
OPTIONS= DEBUG "Enable Debugging" off
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 700000
|
||||||
|
CMAKE_USE_PTHREAD= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if defined(WITH_DEBUG)
|
||||||
|
CMAKE_ARGS+= -DENABLE_DEBUG=TRUE
|
||||||
|
.endif
|
||||||
|
|
||||||
|
MAN1= ${PORTNAME}.1 \
|
||||||
|
smf-spamq.1 \
|
||||||
|
smf-spamctl.1
|
||||||
|
|
||||||
|
MANCOMPRESSED= yes
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e 's|share/man|man|' \
|
||||||
|
${WRKSRC}/cmake/Modules/SMFMacros.cmake
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
3
mail/spmfilter-spamassassin/distinfo
Normal file
3
mail/spmfilter-spamassassin/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (spmfilter-spamassassin-0.1.tar.gz) = 139e605703d9e6f7dfe767c8a17d81c6
|
||||||
|
SHA256 (spmfilter-spamassassin-0.1.tar.gz) = 7e7053314e4b2efbad5a3f8493017769bfc6ed1ae727af5699ade677cd977e86
|
||||||
|
SIZE (spmfilter-spamassassin-0.1.tar.gz) = 10384
|
6
mail/spmfilter-spamassassin/pkg-descr
Normal file
6
mail/spmfilter-spamassassin/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
spmfilter-spamassassin is a plugin for spmfilter that enables spmfilter to
|
||||||
|
spam-check emails with the help of the daemonized version of Spamassassin
|
||||||
|
(spamd). The major goal of this plugin is to provide an easy way for
|
||||||
|
spam-checking messages.
|
||||||
|
|
||||||
|
WWW: http://www.spmfilter.org/
|
5
mail/spmfilter-spamassassin/pkg-plist
Normal file
5
mail/spmfilter-spamassassin/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
bin/smf-spamq
|
||||||
|
bin/smf-spamctl
|
||||||
|
lib/spmfilter/libspamassassin.so
|
||||||
|
lib/spmfilter/libspamassassin.so.0.1
|
||||||
|
@dirrmtry lib/spmfilter
|
Loading…
Reference in New Issue
Block a user