cebda3e2ac
PR: 54005 Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua> Approved by: maintainer
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# New ports collection makefile for: spamass-milter
|
|
# Date created: 29 April 2002
|
|
# Whom: Eugene M. Kim <ab@astralblue.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spamass-milter
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/
|
|
|
|
MAINTAINER= ab@astralblue.net
|
|
COMMENT= Sendmail Milter (mail filter) for SpamAssassin
|
|
|
|
BUILD_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
|
|
autoconf:${PORTSDIR}/devel/autoconf
|
|
RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
|
|
|
|
.if !exists(/usr/lib/libmilter.a)
|
|
IGNORE= requires Sendmail 8.12; upgrade the base system
|
|
.endif
|
|
|
|
USE_AUTOMAKE_VER= 15
|
|
AUTOCONF= autoconf
|
|
AUTOCONF_DIR= ${LOCALBASE}/share/autoconf
|
|
|
|
MAN1= spamass-milter.1
|
|
|
|
post-patch:
|
|
.for f in spamass-milter.sh.dist activation.txt
|
|
${SED} -e 's|/usr/local|${PREFIX}|g' \
|
|
${FILESDIR}/${f} > ${WRKDIR}/${f}
|
|
.endfor
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKDIR}/spamass-milter.sh.dist \
|
|
${PREFIX}/etc/rc.d/spamass-milter.sh.dist
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKDIR}/activation.txt ${DOCSDIR}/activation.txt
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|