4be9679506
in the DOCSDIR. - Rename the start script from antivir-milter.sh to avmilter.sh to be consistent with naming of the rest of the installed AntiVir Milter files and directories. - Now that AntiVir Milter supports using a different location from /etc for the ignore, scan and warn config files no longer install them in the EXAMPLESDIR but in PREFIX/etc/avmilter (i.e. install as sample files, copy over when not already existent, etc.). - Change the location of the AntiVir Milter config file (avmilter.conf) but not that of the scan engine (antivir.conf; shared between different AntiVir products) from PREFIX/etc to PREFIX/etc/avmilter in order to have all AntiVir Milter config files in one place but don't directly populate PREFIX/etc with them. If you had previously changed PREFIX/etc/avmilter.conf you have to bring over your changes to PREFIX/etc/avmilter/avmilter.conf but note that some variables have been renamed. If you used ignore, scan and/or warn files in /etc you can now move them to PREFIX/etc/avmilter. Approved by: netchild
117 lines
3.8 KiB
Makefile
117 lines
3.8 KiB
Makefile
# New ports collection makefile for: antivir-milter
|
|
# Date created: 21 September 2003
|
|
# Whom: marius@alchemy.franken.de
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= antivir-milter
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= security mail
|
|
MASTER_SITES= ftp://ftp.antivir.de/freebsd/ \
|
|
http://dl.antivir.de/dateien/antivir/release/
|
|
DISTNAME= avfbmlt
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= marius@FreeBSD.org
|
|
COMMENT= AntiVir Milter mail virusscanner for Sendmail
|
|
|
|
RESTRICTED= H+BEDV Datentechnik GmbH forbids any redistribution
|
|
NO_PACKAGE= ${RESTRICTED}
|
|
NO_CDROM= ${RESTRICTED}
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
NO_BUILD= yes
|
|
USE_REINPLACE= yes
|
|
# Auto re-fetch sucks!
|
|
FETCH_CMD= /usr/bin/fetch -A
|
|
# When the avmilter binary is stripped its self-check fails.
|
|
STRIP=
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if (!exists(/usr/lib/libmilter.a)) && (!exists(${LOCALBASE}/lib/libmilter.a))
|
|
IGNORE= requires Sendmail 8.12
|
|
.endif
|
|
|
|
.if ${OSVERSION} >= 500000
|
|
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
|
.endif
|
|
|
|
post-patch:
|
|
.for i in doc/MANUAL etc/antivir.conf etc/avmilter.conf init/rc.avmilter \
|
|
pgp/README script/avq
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
|
|
s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i}
|
|
.endfor
|
|
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \
|
|
${WRKDIR}/pkg-message
|
|
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/antivirupdater.sh > \
|
|
${WRKDIR}/antivirupdater.sh
|
|
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/avqrm.sh > \
|
|
${WRKDIR}/avqrm.sh
|
|
|
|
do-install:
|
|
@${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 ${PREFIX}/AntiVir
|
|
@${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 ${WRKSRC}/bin/antivir \
|
|
${PREFIX}/AntiVir/antivir-dist_avmilter
|
|
.if !exists(${PREFIX}/AntiVir/antivir)
|
|
@${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 ${WRKSRC}/bin/antivir \
|
|
${PREFIX}/AntiVir
|
|
.endif
|
|
@${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${WRKSRC}/vdf/antivir.vdf \
|
|
${PREFIX}/AntiVir/antivir.vdf-dist_avmilter
|
|
.if !exists(${PREFIX}/AntiVir/antivir.vdf)
|
|
@${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${WRKSRC}/vdf/antivir.vdf \
|
|
${PREFIX}/AntiVir
|
|
.endif
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/script/avq ${PREFIX}/bin
|
|
@${INSTALL} -d ${PREFIX}/etc/avmilter
|
|
.for i in avmilter.conf avmilter.ignore avmilter.scan avmilter.warn
|
|
@${INSTALL_DATA} ${WRKSRC}/etc/${i} ${PREFIX}/etc/avmilter/${i}.sample
|
|
.if !exists(${PREFIX}/etc/avmilter/${i})
|
|
@${INSTALL_DATA} ${WRKSRC}/etc/${i} ${PREFIX}/etc/avmilter
|
|
.endif
|
|
.endfor
|
|
@${INSTALL_DATA} ${WRKSRC}/etc/antivir.conf \
|
|
${PREFIX}/etc/antivir.conf.sample
|
|
.if !exists(${PREFIX}/etc/antivir.conf)
|
|
@${INSTALL_DATA} ${WRKSRC}/etc/antivir.conf ${PREFIX}/etc
|
|
.endif
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/bin/avmilter ${PREFIX}/sbin
|
|
@${INSTALL_SCRIPT} ${WRKDIR}/antivirupdater.sh \
|
|
${PREFIX}/sbin/antivirupdater
|
|
@${INSTALL_SCRIPT} ${WRKDIR}/avqrm.sh ${PREFIX}/bin/avqrm
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/init/rc.avmilter \
|
|
${PREFIX}/etc/rc.d/avmilter.sh
|
|
@${INSTALL} -d -o smmsp -g smmsp -m 700 /var/spool/avmilter
|
|
.for i in incoming outgoing rejected
|
|
@${INSTALL} -d -o smmsp -g smmsp -m 700 /var/spool/avmilter/${i}
|
|
.endfor
|
|
@${INSTALL} -d ${EXAMPLESDIR}
|
|
.for i in de en es hu it nl
|
|
@${INSTALL} -d ${EXAMPLESDIR}/templates/${i}
|
|
.for j in patho-administrator patho-recipient patho-sender virus-administrator \
|
|
virus-recipient virus-sender
|
|
@${INSTALL_DATA} ${WRKSRC}/templates/${i}/${j} \
|
|
${EXAMPLESDIR}/templates/${i}
|
|
.endfor
|
|
.endfor
|
|
.if !defined(NOPORTDOCS)
|
|
@${INSTALL} -d ${DOCSDIR}
|
|
.for i in ChangeLog LICENSE LICENSE.DE
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
.endfor
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/MANUAL ${DOCSDIR}
|
|
.for i in avmilter_de.pdf avmilter_en.pdf
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
|
|
.endfor
|
|
@${INSTALL_DATA} ${WRKSRC}/pgp/README ${DOCSDIR}/README.gpg
|
|
@${INSTALL_DATA} ${WRKSRC}/pgp/antivir.gpg ${DOCSDIR}
|
|
.endif
|
|
|
|
post-install:
|
|
@${CAT} ${WRKDIR}/pkg-message
|
|
|
|
.include <bsd.port.post.mk>
|