freebsd-ports/mail/py-spambayes/Makefile
Mark Linimon 0d81900e21 Update to 1.0a6. See CHANGELOG.txt for extensive list of configuration
changes and bugfixes.  Compiles on both 4.x and 5.x.
PR:		ports/57910
Submitted by:	Marco Molteni <molter@tin.it>
Committed on behalf of lioux@, who is having machine problems.
2003-12-05 01:07:09 +00:00

34 lines
873 B
Makefile

# New ports collection makefile for: spambayes
# Date created: Sat Feb 1 17:23:02 UTC 2003
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= spambayes
PORTVERSION= 1.0.a.6
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION:C/(.)\.(.)\.(.)$/\1\2\3/}
MAINTAINER= lioux@FreeBSD.org
COMMENT= A Bayesian anti-spam filter written in Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
DOC_FILES= HAMMIE.txt INTEGRATION.txt LICENSE.txt README.txt \
TESTING.txt WHAT_IS_NEW.txt contrib/BULK.txt \
contrib/muttrc contrib/procmailrc contrib/spambayes.el
post-install:
.ifndef(PORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>