Lines 1-8
Link Here
|
1 |
# Created by: Jan-Peter Koopmann <j.koopmann@seceidos.de> |
1 |
# Created by: Jan-Peter Koopmann <j.koopmann@seceidos.de> |
2 |
# $FreeBSD$ |
2 |
# $FreeBSD: head/mail/mailscanner/Makefile 443125 2017-06-10 23:12:19Z wen $ |
3 |
|
3 |
|
4 |
PORTNAME= MailScanner |
4 |
PORTNAME= MailScanner |
5 |
PORTVERSION= 5.0.3 |
5 |
PORTVERSION= 5.0.3 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= mail |
7 |
CATEGORIES= mail |
7 |
MASTER_SITES= https://s3.amazonaws.com/msv5/release/ |
8 |
MASTER_SITES= https://s3.amazonaws.com/msv5/release/ |
8 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-${PATCHLEVEL}.nix |
9 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-${PATCHLEVEL}.nix |
Lines 148-153
post-patch:
Link Here
|
148 |
${REINPLACE_CMD} -e 's,\$$(mktemp),$$(mktemp -t tmp),' \ |
149 |
${REINPLACE_CMD} -e 's,\$$(mktemp),$$(mktemp -t tmp),' \ |
149 |
${WRKSRC}/usr/lib/${PORTNAME}/wrapper/clamav-wrapper \ |
150 |
${WRKSRC}/usr/lib/${PORTNAME}/wrapper/clamav-wrapper \ |
150 |
${WRKSRC}/usr/lib/${PORTNAME}/wrapper/bitdefender-wrapper |
151 |
${WRKSRC}/usr/lib/${PORTNAME}/wrapper/bitdefender-wrapper |
|
|
152 |
${REINPLACE_CMD} -e 's,/etc,${LOCALBASE}/etc,' \ |
153 |
-e 's|/usr/bin/tnef|${LOCALBASE}/bin/tnef|g' \ |
154 |
-e 's|/usr/bin/unrar|${LOCALBASE}/bin/unrar|g' \ |
155 |
-e 's|/usr/bin/antiword|${LOCALBASE}/bin/antiword|g' \ |
156 |
-e 's|/usr/bin/re2c|${LOCALBASE}/bin/re2c|g' \ |
157 |
-e 's|/usr/bin/clamscan|${LOCALBASE}/bin/clamscan|g' \ |
158 |
-e 's|/usr/share|${LOCALBASE}/share|g' \ |
159 |
${WRKSRC}/usr/sbin/* \ |
160 |
${WRKSRC}/usr/lib/${PORTNAME}/init/ms-init \ |
161 |
${WRKSRC}/etc/${PORTNAME}/rules/* \ |
162 |
${WRKSRC}/etc/${PORTNAME}/*.conf \ |
163 |
${WRKSRC}/etc/${PORTNAME}/defaults \ |
164 |
${WRKSRC}/usr/lib/${PORTNAME}/wrapper/* \ |
165 |
${WRKSRC}/usr/share/${PORTNAME}/perl/${PORTNAME}/CustomConfig.pm \ |
166 |
${WRKSRC}/usr/share/${PORTNAME}/perl/${PORTNAME}/ConfigDefs.pl \ |
167 |
${WRKSRC}/usr/share/${PORTNAME}/perl/custom/SpamWhitelist.pm \ |
168 |
${WRKSRC}/usr/share/${PORTNAME}/perl/${PORTNAME}/Exim.pm |
169 |
${REINPLACE_CMD} -e 's,/usr/sbin,${LOCALBASE}/sbin,' \ |
170 |
-e 's,/usr/share,${LOCALBASE}/share,g' \ |
171 |
${WRKSRC}/usr/sbin/* \ |
172 |
${WRKSRC}/usr/lib/${PORTNAME}/init/ms-init \ |
173 |
${WRKSRC}/etc/${PORTNAME}/*.conf \ |
174 |
${WRKSRC}/etc/${PORTNAME}/defaults \ |
175 |
${WRKSRC}/usr/share/${PORTNAME}/perl/${PORTNAME}/Exim.pm \ |
176 |
${WRKSRC}/usr/lib/${PORTNAME}/wrapper/* |
177 |
${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|g' \ |
178 |
-e 's|/usr/share/${PORTNAME}|${LOCALBASE}/share/${PORTNAME}|g' \ |
179 |
-e 's|/usr/lib/${PORTNAME}|${LOCALBASE}/lib/${PORTNAME}|g' \ |
180 |
${WRKSRC}/usr/share/${PORTNAME}/perl/${PORTNAME}/CustomConfig.pm |
181 |
${REINPLACE_CMD} -e 's|/usr/bin/perldoc|${LOCALBASE}/bin/perldoc|g' \ |
182 |
${WRKSRC}/usr/sbin/ms-perl-check |
183 |
${REINPLACE_CMD} -e 's|/usr/bin/exim|${LOCALBASE}/bin/exim|g' \ |
184 |
${WRKSRC}/usr/share/${PORTNAME}/perl/${PORTNAME}/Exim.pm |
185 |
${REINPLACE_CMD} -e 's|/usr/lib|${LOCALBASE}/lib|g' \ |
186 |
${WRKSRC}/usr/sbin/ms-create-locks \ |
187 |
${WRKSRC}/usr/sbin/ms-update-bad-emails \ |
188 |
${WRKSRC}/usr/sbin/ms-check \ |
189 |
${WRKSRC}/usr/sbin/ms-cron \ |
190 |
${WRKSRC}/etc/${PORTNAME}/virus.scanners.conf \ |
191 |
${WRKSRC}/etc/${PORTNAME}/defaults |
151 |
|
192 |
|
152 |
do-build: |
193 |
do-build: |
153 |
@${REINPLACE_CMD} \ |
194 |
@${REINPLACE_CMD} \ |
Lines 169-175
do-build:
Link Here
|
169 |
-e 's,/usr/lib/sendmail,/usr/sbin/sendmail,g' \ |
210 |
-e 's,/usr/lib/sendmail,/usr/sbin/sendmail,g' \ |
170 |
${WRKSRC}/usr/sbin/${PORTNAME} \ |
211 |
${WRKSRC}/usr/sbin/${PORTNAME} \ |
171 |
${WRKSRC}/usr/sbin/ms-create-locks \ |
212 |
${WRKSRC}/usr/sbin/ms-create-locks \ |
172 |
${WRKSRC}/usr/lib/${PORTNAME}/init/ms-init \ |
213 |
${WRKSRC}/usr/sbin/ms-update-sa |
173 |
|
214 |
|
174 |
@${REINPLACE_CMD} \ |
215 |
@${REINPLACE_CMD} \ |
175 |
-e 's,/opt/${PORTNAME}/var/${PORTNAME}.pid,/var/run/${PORTNAME}.pid,g' \ |
216 |
-e 's,/opt/${PORTNAME}/var/${PORTNAME}.pid,/var/run/${PORTNAME}.pid,g' \ |
Lines 178-186
do-build:
Link Here
|
178 |
-e 's,/opt/${PORTNAME}/etc/reports,${DATADIR}/reports,g' \ |
219 |
-e 's,/opt/${PORTNAME}/etc/reports,${DATADIR}/reports,g' \ |
179 |
-e 's,/opt/${PORTNAME}/etc,${PREFIX}/etc/${PORTNAME},g' \ |
220 |
-e 's,/opt/${PORTNAME}/etc,${PREFIX}/etc/${PORTNAME},g' \ |
180 |
-e 's,/opt/${PORTNAME}/lib,${PREFIX}/lib/${PORTNAME},g' \ |
221 |
-e 's,/opt/${PORTNAME}/lib,${PREFIX}/lib/${PORTNAME},g' \ |
181 |
-e 's,/usr/bin/unrar,${LOCALBASE}/bin/unrar,g' \ |
|
|
182 |
-e 's,/bin/gunzip,/usr/bin/gunzip,g' \ |
222 |
-e 's,/bin/gunzip,/usr/bin/gunzip,g' \ |
183 |
-e 's,/etc/mail/spamassassin,${LOCALBASE}/etc/mail/spamassassin,g' \ |
|
|
184 |
-e 's,/tmp/clamd.socket,/var/run/clamav/clamd.sock,g' \ |
223 |
-e 's,/tmp/clamd.socket,/var/run/clamav/clamd.sock,g' \ |
185 |
-e 's,/usr/local/share/clamav,/var/db/clamav,g' \ |
224 |
-e 's,/usr/local/share/clamav,/var/db/clamav,g' \ |
186 |
${WRKSRC}/etc/${PORTNAME}/${PORTNAME}.conf |
225 |
${WRKSRC}/etc/${PORTNAME}/${PORTNAME}.conf |
Lines 198-203
do-build:
Link Here
|
198 |
|
237 |
|
199 |
do-install: |
238 |
do-install: |
200 |
(cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/etc) |
239 |
(cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/etc) |
|
|
240 |
(cd ${WRKSRC}/usr/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib) |
201 |
(cd ${WRKSRC}/usr/sbin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/sbin) |
241 |
(cd ${WRKSRC}/usr/sbin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/sbin) |
202 |
(cd ${WRKSRC}/usr/share && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share) |
242 |
(cd ${WRKSRC}/usr/share && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share) |
203 |
cd ${WRKDIR} && \ |
243 |
cd ${WRKDIR} && \ |