freebsd-ports/mail/spamoracle/Makefile

42 lines
948 B
Makefile
Raw Normal View History

# New ports collection makefile for: SpamOracle
# Date created: Mon Sep 9 18:31:45 UTC 2002
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= spamoracle
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://cristal.inria.fr/~xleroy/software/
MAINTAINER= xride@FreeBSD.org
2003-02-23 20:58:35 +01:00
COMMENT= procmail spam filter written in ML using Bayesian classification
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml
MAN1= spamoracle.1
MAN5= spamoracle.conf.5
PLIST_FILES= bin/spamoracle
2005-05-19 15:14:13 +02:00
.ifndef(NOPORTDOCS)
PORTDOCS= Changes README
.endif
do-configure:
@${REINPLACE_CMD} -E -e 's|^(CPP=)gcc[[:space:]]+-E|\1${CPP}|' \
-e 's|^(MANDIR=).*$$|\1${MANPREFIX}/man|' \
-e 's|^(BINDIR=).*$$|\1${PREFIX}/bin|' \
${WRKSRC}/Makefile
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
2005-05-19 15:14:13 +02:00
.for file in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>