2005-05-28 09:56:27 +00:00
|
|
|
# New ports collection makefile for: assp
|
|
|
|
# Date created: 16 May 2005
|
|
|
|
# Whom: J.R. Oldroyd <fbsd@opal.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= assp
|
2009-05-22 01:43:29 +00:00
|
|
|
PORTVERSION= 1.5.1.2
|
2009-11-24 21:44:44 +00:00
|
|
|
PORTREVISION= 4
|
2005-05-28 09:56:27 +00:00
|
|
|
CATEGORIES= mail
|
2009-08-22 00:28:34 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
2006-12-21 19:14:10 +00:00
|
|
|
DISTNAME= ${PORTNAME:U}_${PORTVERSION}-Install
|
2005-05-28 09:56:27 +00:00
|
|
|
|
|
|
|
MAINTAINER= fbsd@opal.com
|
|
|
|
COMMENT= Anti-Spam SMTP Proxy
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
USE_PERL5_RUN= yes
|
|
|
|
|
|
|
|
MAN8= assp.8 assplog.8
|
|
|
|
|
2009-05-22 01:43:29 +00:00
|
|
|
ASSP_USER= assp
|
|
|
|
ASSP_GROUP= assp
|
|
|
|
ASSP_UID= 587
|
|
|
|
ASSP_GID= 587
|
2005-05-28 09:56:27 +00:00
|
|
|
ASSP_HOME= /var/db/assp
|
2009-05-22 01:43:29 +00:00
|
|
|
ASSP_LOG= /var/log/assp
|
2005-05-28 09:56:27 +00:00
|
|
|
|
2009-05-22 01:43:29 +00:00
|
|
|
PLIST_SUB= ASSP_HOME="${ASSP_HOME}" ASSP_LOG="${ASSP_LOG}"
|
2005-05-28 09:56:27 +00:00
|
|
|
|
2009-05-22 01:43:29 +00:00
|
|
|
SUB_FILES= assp.8 assplog.8 assplog.pl periodic-assp.sh
|
|
|
|
SUB_LIST= ASSP_USER="${ASSP_USER}" ASSP_GROUP="${ASSP_GROUP}" \
|
|
|
|
ASSP_HOME="${ASSP_HOME}" ASSP_LOG="${ASSP_LOG}" \
|
|
|
|
DATADIR="${DATADIR}" PERL="${PERL}"
|
2005-05-28 09:56:27 +00:00
|
|
|
|
2006-07-18 03:08:23 +00:00
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
RC_SCRIPT= ${PREFIX}/etc/rc.d/${PORTNAME}
|
2005-05-28 09:56:27 +00:00
|
|
|
|
|
|
|
OPTIONS= EMVALID "RFC822 recipient address validator" on \
|
2009-05-22 01:43:29 +00:00
|
|
|
LDAP "LDAP validation of recipient addresses" off \
|
2005-05-28 09:56:27 +00:00
|
|
|
SPF "SPF validation of client IP" on \
|
2006-07-18 03:08:23 +00:00
|
|
|
SRS "Sender Rewriting Scheme" on \
|
2009-05-22 01:43:29 +00:00
|
|
|
SEND "Resending .eml files" on \
|
2006-07-18 03:08:23 +00:00
|
|
|
FBACKW "File Reading Backwards" on \
|
|
|
|
ZLIB "HTTP Header Compression on Admin Interface" on \
|
2005-05-28 09:56:27 +00:00
|
|
|
CLAMAV "ClamAV virus scanner" on \
|
2006-12-21 19:14:10 +00:00
|
|
|
DNSBL "DNS block list checking" on \
|
2008-01-02 22:12:07 +00:00
|
|
|
MYSQL "Use MySQL db to store white/red/delaylists" off \
|
2009-05-22 01:43:29 +00:00
|
|
|
MATCHRE "Match IP ranges and CIDR blocks in lists" on \
|
|
|
|
SENDERB "Country Code checks" on \
|
|
|
|
MIMEMOD "Multiple Attachement detection" on \
|
|
|
|
SSL "SSL secure sockets support" on \
|
|
|
|
IPV6 "IPv6 sockets support" on
|
2005-05-28 09:56:27 +00:00
|
|
|
|
2009-01-31 00:23:12 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${DISTNAME}/${PORTNAME:U}
|
2006-07-18 03:08:23 +00:00
|
|
|
|
2005-05-28 09:56:27 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2010-03-27 06:14:03 +00:00
|
|
|
SUB_LIST+= RC_SCRIPT=${RC_SCRIPT}
|
2006-07-18 03:08:23 +00:00
|
|
|
|
2009-08-08 12:45:24 +00:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
|
2005-05-28 09:56:27 +00:00
|
|
|
.if !defined(WITHOUT_EMVALID)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_LDAP)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_SPF)
|
2009-05-22 01:43:29 +00:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Mail/SPF.pm:${PORTSDIR}/mail/p5-Mail-SPF
|
2005-05-28 09:56:27 +00:00
|
|
|
.endif
|
|
|
|
|
2006-07-18 03:08:23 +00:00
|
|
|
.if !defined(WITHOUT_SRS)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Mail/SRS.pm:${PORTSDIR}/mail/p5-Mail-SRS
|
|
|
|
.endif
|
|
|
|
|
2009-05-22 01:43:29 +00:00
|
|
|
.if !defined(WITHOUT_SEND)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Email/Send.pm:${PORTSDIR}/mail/p5-Email-Send
|
|
|
|
.endif
|
|
|
|
|
2006-07-18 03:08:23 +00:00
|
|
|
.if !defined(WITHOUT_FBACKW)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/File/ReadBackwards.pm:${PORTSDIR}/devel/p5-File-ReadBackwards
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_ZLIB)
|
2006-12-11 08:10:14 +00:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
|
2005-05-28 09:56:27 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_CLAMAV)
|
2006-12-01 08:10:20 +00:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/File/Scan/ClamAV.pm:${PORTSDIR}/security/p5-File-Scan-ClamAV
|
2005-05-28 09:56:27 +00:00
|
|
|
PLIST_SUB+= ASSP_CLAMAV=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= ASSP_CLAMAV="@comment "
|
|
|
|
.endif
|
|
|
|
|
2006-07-18 03:08:23 +00:00
|
|
|
.if !defined(WITHOUT_DNSBL)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
|
|
|
.endif
|
2005-07-13 07:08:15 +00:00
|
|
|
|
2006-12-21 19:14:10 +00:00
|
|
|
.if !defined(WITHOUT_MYSQL)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Tie/RDBM.pm:${PORTSDIR}/databases/p5-Tie-DBI
|
|
|
|
.endif
|
2005-07-13 07:08:15 +00:00
|
|
|
|
2009-05-22 01:43:29 +00:00
|
|
|
.if !defined(WITHOUT_MATCHRE)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Net/IP/Match/Regexp.pm:${PORTSDIR}/net-mgmt/p5-Net-IP-Match-Regexp
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_SENDERB)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Net/SenderBase.pm:${PORTSDIR}/mail/p5-Net-SenderBase
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_MIMEMOD)
|
2009-11-24 21:44:44 +00:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/Email/MIME/Modifier.pm:${PORTSDIR}/mail/p5-Email-MIME
|
2009-05-22 01:43:29 +00:00
|
|
|
.endif
|
|
|
|
|
2009-01-31 00:23:12 +00:00
|
|
|
.if !defined(WITHOUT_SSL)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL
|
2009-05-22 01:43:29 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_IPV6)
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6
|
2009-01-31 00:23:12 +00:00
|
|
|
.endif
|
|
|
|
|
2006-12-21 19:14:10 +00:00
|
|
|
EXTRACT_AFTER_ARGS= -d ${PORTNAME}-${PORTVERSION}
|
2006-12-01 08:10:20 +00:00
|
|
|
|
2009-05-22 01:43:29 +00:00
|
|
|
post-extract:
|
|
|
|
@echo "===> Removing incorrect group/other write permissions"
|
|
|
|
@${FIND} ${WRKDIR}/${PORTNAME}-${PORTVERSION} -type d -exec ${CHMOD} go-w {} \;
|
|
|
|
@${FIND} ${WRKDIR}/${PORTNAME}-${PORTVERSION} -type f -exec ${CHMOD} a-wx {} \;
|
|
|
|
|
2005-05-28 09:56:27 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/*.pl
|
|
|
|
|
2009-05-22 01:43:29 +00:00
|
|
|
pre-install:
|
|
|
|
if ! /usr/sbin/pw groupshow ${ASSP_GROUP}; then \
|
|
|
|
/usr/sbin/pw groupadd ${ASSP_GROUP} -g ${ASSP_GID}; \
|
|
|
|
else \
|
|
|
|
${ECHO_CMD} "Using exsing ${ASSP_GROUP} group"; \
|
|
|
|
fi; \
|
|
|
|
if ! /usr/sbin/pw usershow ${ASSP_USER}; then \
|
|
|
|
/usr/sbin/pw useradd ${ASSP_USER} -g ${ASSP_GROUP} -u ${ASSP_UID} -h - -d ${ASSP_HOME} -s /usr/sbin/nologin -c "ASSP Anti-Spam Proxy"; \
|
|
|
|
else \
|
|
|
|
${ECHO_CMD} "Using exsing ${ASSP_USER} user"; \
|
|
|
|
fi
|
|
|
|
|
2005-05-28 09:56:27 +00:00
|
|
|
do-install:
|
2009-05-22 01:43:29 +00:00
|
|
|
${MKDIR} ${DATADIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/assp.pl ${DATADIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/move2num.pl ${DATADIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/rebuildspamdb.pl ${DATADIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/stat.pl ${DATADIR}
|
|
|
|
${MKDIR} ${DATADIR}/files
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/files/* ${DATADIR}/files
|
|
|
|
${MKDIR} ${DATADIR}/images
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/images/* ${DATADIR}/images
|
|
|
|
${MKDIR} ${DATADIR}/reports
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/reports/* ${DATADIR}/reports
|
|
|
|
|
|
|
|
${LN} -s ${DATADIR}/assp.pl ${PREFIX}/sbin/assp
|
|
|
|
|
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/assplog.pl ${PREFIX}/sbin/assplog
|
2005-05-28 09:56:27 +00:00
|
|
|
|
|
|
|
${INSTALL_MAN} ${WRKDIR}/assp.8 ${MAN8PREFIX}/man/man8
|
|
|
|
${INSTALL_MAN} ${WRKDIR}/assplog.8 ${MAN8PREFIX}/man/man8
|
|
|
|
|
2009-05-22 01:43:29 +00:00
|
|
|
${MKDIR} ${ASSP_LOG}
|
|
|
|
${CHOWN} ${ASSP_USER}:${ASSP_GROUP} ${ASSP_LOG}
|
|
|
|
${CHMOD} 750 ${ASSP_LOG}
|
|
|
|
|
|
|
|
${MKDIR} ${ASSP_HOME}
|
|
|
|
${CHOWN} ${ASSP_USER}:${ASSP_GROUP} ${ASSP_HOME}
|
|
|
|
${CHMOD} 700 ${ASSP_HOME}
|
|
|
|
${LN} -s ${DATADIR}/files ${ASSP_HOME}
|
|
|
|
${LN} -s ${DATADIR}/images ${ASSP_HOME}
|
|
|
|
${LN} -s ${DATADIR}/reports ${ASSP_HOME}
|
2009-08-08 12:45:24 +00:00
|
|
|
${LN} -s ${ASSP_LOG} ${ASSP_HOME}/logs
|
2009-05-22 01:43:29 +00:00
|
|
|
|
2005-05-28 09:56:27 +00:00
|
|
|
${MKDIR} ${PREFIX}/etc/periodic/daily
|
|
|
|
${INSTALL_SCRIPT} ${WRKDIR}/periodic-assp.sh ${PREFIX}/etc/periodic/daily/510.assp
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2007-10-12 00:32:21 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/*.htm ${DOCSDIR}
|
2005-05-28 09:56:27 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|