This is SylFilter, a generic message filter library and command-line tools. SylFilter provides a bayesian filter which is very popular as a spam filtering algorithm. SylFilter is also internationalized and can be applied to any languages. SylFilter library provides simple but powerful C APIs and can be used from C programs. SylFilter command-line tool can be used as a junk filter program like major tools such as bogofilter and bsfilter etc
25 lines
583 B
Makefile
25 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/10/20 20:17:36 ishit Exp $
|
|
#
|
|
|
|
DISTNAME= sylfilter-0.7
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://sylpheed.sraoss.jp/sylfilter/src/
|
|
|
|
MAINTAINER= ishit@usrs.sorceforge.net
|
|
HOMEPAGE= http://sylpheed.sraoss.jp/sylfilter/
|
|
COMMENT= Bayesian spam filter
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS+= --with-libsylph=standalone
|
|
#CONFIGURE_ARGS+= --with-libsylph-dir=
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mail/libsylph/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|