freebsd-ports/mail/py-spambayes/Makefile

36 lines
888 B
Makefile
Raw Normal View History

# 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}
2003-02-17 06:33:20 +01:00
DISTNAME= ${PORTNAME}-${PORTVERSION:C/(.)\.(.)\.(.)$/\1\2\3/}
MAINTAINER= lioux@FreeBSD.org
2003-02-23 20:58:35 +01:00
COMMENT= A Bayesian anti-spam filter written in Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
2004-02-08 02:14:05 +01:00
USE_SIZE= yes
DOC_FILES= HAMMIE.txt INTEGRATION.txt LICENSE.txt README.txt \
TESTING.txt WHAT_IS_NEW.txt contrib/BULK.txt \
2003-02-17 06:33:20 +01:00
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>