# Created by: Masafumi Otsune # $FreeBSD: head/mail/bsfilter/Makefile 412348 2016-04-01 14:17:44Z mat $ PORTNAME= bsfilter PORTVERSION= 1.0.19 PORTREVISION= 1 CATEGORIES= mail ruby MASTER_SITES= SFJP/bsfilter/59804 MAINTAINER= yasu@utahime.org COMMENT= Bayesian spam filter written in Ruby LICENSE= GPLv2 RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}gdbm>=0:databases/ruby-gdbm NO_BUILD= yes USE_RUBY= yes USES= shebangfix tar:tgz SHEBANG_FILES= bsfilter/bsfilter OPTIONS_DEFINE= EXAMPLES MECAB MECAB_DESC= Part-of-Speech and Morphological Analyzer .include .if ${PORT_OPTIONS:MMECAB} RUN_DEPENDS+= ja-${RUBY_PKGNAMEPREFIX}mecab>=0:japanese/ruby-mecab .endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bsfilter/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for FILE in bsfilter.conf.sample dot-qmail.sample ${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${EXAMPLESDIR} .endfor .for DIR in mda mua cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${STAGEDIR}${EXAMPLESDIR} .endfor .include