Lines 31-40
Link Here
|
31 |
# WITHOUT_MUTT_SGMLFORMAT |
31 |
# WITHOUT_MUTT_SGMLFORMAT |
32 |
# (this can't be stated if WITH_MUTT_HTML is defined) |
32 |
# (this can't be stated if WITH_MUTT_HTML is defined) |
33 |
# |
33 |
# |
34 |
# If you want to read news with mutt define: |
34 |
# If you want to read and post news with mutt define: |
35 |
# WITH_MUTT_NNTP |
35 |
# WITH_MUTT_NNTP |
36 |
# (note that this implies building of the inn-stable port to be able to |
|
|
37 |
# post new articles) |
38 |
# |
36 |
# |
39 |
# WITH_MUTT_SSL can be enabled if your IMAP/POP server is SSL capable. |
37 |
# WITH_MUTT_SSL can be enabled if your IMAP/POP server is SSL capable. |
40 |
# |
38 |
# |
Lines 48-62
Link Here
|
48 |
# If you want to enable extended quoting functions define: |
46 |
# If you want to enable extended quoting functions define: |
49 |
# WITH_MUTT_QUOTE_PATCH |
47 |
# WITH_MUTT_QUOTE_PATCH |
50 |
# |
48 |
# |
51 |
# If you want to enable extended functions for the ru locale define: |
|
|
52 |
# WITH_MUTT_RU_PATCH |
53 |
# |
54 |
# If you want to enable the pgp_outlook_compat function for use with pgp define: |
49 |
# If you want to enable the pgp_outlook_compat function for use with pgp define: |
55 |
# WITH_MUTT_PGP_OUTLOOK_PATCH |
50 |
# WITH_MUTT_PGP_OUTLOOK_PATCH |
56 |
|
51 |
|
57 |
PORTNAME= mutt-devel |
52 |
PORTNAME= mutt-devel |
58 |
PORTVERSION= 1.3.27 |
53 |
PORTVERSION= 1.3.28 |
59 |
PORTREVISION?= 7 |
54 |
#PORTREVISION?= 0 |
60 |
CATEGORIES+= mail |
55 |
CATEGORIES+= mail |
61 |
.if defined(WITH_MUTT_NNTP) |
56 |
.if defined(WITH_MUTT_NNTP) |
62 |
CATEGORIES+= news |
57 |
CATEGORIES+= news |
Lines 87-93
Link Here
|
87 |
USE_AUTOMAKE= yes |
82 |
USE_AUTOMAKE= yes |
88 |
|
83 |
|
89 |
.if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \ |
84 |
.if defined(WITH_MUTT_COMPRESSED_FOLDERS) || defined(WITH_MUTT_NNTP) || \ |
90 |
defined(WITH_MUTT_RU_PATCH) || defined(WITH_MUTT_QUOTE_PATCH) |
85 |
defined(WITH_MUTT_QUOTE_PATCH) |
91 |
PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${PATCH_VERSION}/ \ |
86 |
PATCH_SITES+= http://www.mutt.org.ua/download/mutt-${PATCH_VERSION}/ \ |
92 |
http://www2.mutt.org.ua/download/mutt-${PATCH_VERSION}/ \ |
87 |
http://www2.mutt.org.ua/download/mutt-${PATCH_VERSION}/ \ |
93 |
ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ \ |
88 |
ftp://ftp.mutt.org.ua/pub/mutt/mutt-${PATCH_VERSION}/ \ |
Lines 149-159
Link Here
|
149 |
.if defined(WITH_MUTT_SSL) |
144 |
.if defined(WITH_MUTT_SSL) |
150 |
USE_OPENSSL= yes |
145 |
USE_OPENSSL= yes |
151 |
.endif |
146 |
.endif |
152 |
.if defined(WITH_MUTT_NNTP) |
|
|
153 |
BUILD_DEPENDS+= ${LOCALBASE}/news/bin/inews:${PORTSDIR}/news/inn-stable |
154 |
pre-configure:: |
155 |
${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-inews |
156 |
.endif |
157 |
.if defined(WITH_MUTT_CYRUS_SASL) |
147 |
.if defined(WITH_MUTT_CYRUS_SASL) |
158 |
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl |
148 |
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl |
159 |
.endif |
149 |
.endif |
Lines 183-204
Link Here
|
183 |
PATCH_DIST_STRIP= -p1 |
173 |
PATCH_DIST_STRIP= -p1 |
184 |
|
174 |
|
185 |
.if defined(WITH_MUTT_COMPRESSED_FOLDERS) |
175 |
.if defined(WITH_MUTT_COMPRESSED_FOLDERS) |
186 |
PATCHFILES+= patch-${PATCH_VERSION}.rr.compressed.gz |
176 |
PATCHFILES+= mutt-${PATCH_VERSION}.rr.compressed.gz |
187 |
CONFIGURE_ARGS+= --enable-compressed |
177 |
CONFIGURE_ARGS+= --enable-compressed |
188 |
.if !defined(WITHOUT_MUTT_SGMLFORMAT) |
178 |
.if !defined(WITHOUT_MUTT_SGMLFORMAT) |
189 |
SGML_USED= yes |
179 |
SGML_USED= yes |
190 |
.endif |
180 |
.endif |
191 |
.endif |
181 |
.endif |
192 |
.if defined(WITH_MUTT_NNTP) |
182 |
.if defined(WITH_MUTT_NNTP) |
193 |
PATCHFILES+= patch-${PATCH_VERSION}.vvv.nntp.gz |
183 |
PATCHFILES+= mutt-${PATCH_VERSION}.vvv.nntp.gz |
194 |
CONFIGURE_ARGS+= --enable-nntp |
184 |
CONFIGURE_ARGS+= --enable-nntp |
195 |
.endif |
185 |
.endif |
196 |
.if defined(WITH_MUTT_QUOTE_PATCH) |
186 |
.if defined(WITH_MUTT_QUOTE_PATCH) |
197 |
PATCHFILES+= patch-${PATCH_VERSION}.vvv.initials.gz \ |
187 |
PATCHFILES+= mutt-${PATCH_VERSION}.vvv.initials.gz \ |
198 |
patch-${PATCH_VERSION}.vvv.quote.gz |
188 |
mutt-${PATCH_VERSION}.vvv.quote.gz |
199 |
.endif |
|
|
200 |
.if defined(WITH_MUTT_RU_PATCH) |
201 |
PATCHFILES+= patch-${PATCH_VERSION}.vvv.ru.gz |
202 |
.endif |
189 |
.endif |
203 |
|
190 |
|
204 |
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} |
191 |
WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} |
Lines 229-255
Link Here
|
229 |
SGML_USED= yes |
216 |
SGML_USED= yes |
230 |
PLIST_SUB+= SUB_HTML="" |
217 |
PLIST_SUB+= SUB_HTML="" |
231 |
.if defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
218 |
.if defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
232 |
defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) |
219 |
defined(WITH_MUTT_QUOTE_PATCH) |
233 |
PLIST_SUB+= SUB_ADD_G="" |
|
|
234 |
PLIST_SUB+= SUB_ADD_A="@comment " |
235 |
PLIST_SUB+= SUB_ADD_B="@comment " |
236 |
PLIST_SUB+= SUB_ADD_C="@comment " |
237 |
PLIST_SUB+= SUB_ADD_D="@comment " |
238 |
PLIST_SUB+= SUB_ADD_E="@comment " |
239 |
PLIST_SUB+= SUB_ADD_F="@comment " |
240 |
PLIST_SUB+= SUB_PGP_A="@comment " |
241 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
242 |
defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) |
243 |
PLIST_SUB+= SUB_ADD_F="" |
244 |
PLIST_SUB+= SUB_ADD_A="@comment " |
245 |
PLIST_SUB+= SUB_ADD_B="@comment " |
246 |
PLIST_SUB+= SUB_ADD_C="@comment " |
247 |
PLIST_SUB+= SUB_ADD_D="@comment " |
248 |
PLIST_SUB+= SUB_ADD_E="@comment " |
249 |
PLIST_SUB+= SUB_ADD_G="@comment " |
250 |
PLIST_SUB+= SUB_PGP_A="@comment " |
251 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
252 |
!defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) |
253 |
PLIST_SUB+= SUB_ADD_G="" |
220 |
PLIST_SUB+= SUB_ADD_G="" |
254 |
PLIST_SUB+= SUB_ADD_A="@comment " |
221 |
PLIST_SUB+= SUB_ADD_A="@comment " |
255 |
PLIST_SUB+= SUB_ADD_B="@comment " |
222 |
PLIST_SUB+= SUB_ADD_B="@comment " |
Lines 259-265
Link Here
|
259 |
PLIST_SUB+= SUB_ADD_F="@comment " |
226 |
PLIST_SUB+= SUB_ADD_F="@comment " |
260 |
PLIST_SUB+= SUB_PGP_A="@comment " |
227 |
PLIST_SUB+= SUB_PGP_A="@comment " |
261 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
228 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
262 |
!defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) |
229 |
!defined(WITH_MUTT_QUOTE_PATCH) |
263 |
PLIST_SUB+= SUB_ADD_F="" |
230 |
PLIST_SUB+= SUB_ADD_F="" |
264 |
PLIST_SUB+= SUB_ADD_A="@comment " |
231 |
PLIST_SUB+= SUB_ADD_A="@comment " |
265 |
PLIST_SUB+= SUB_ADD_B="@comment " |
232 |
PLIST_SUB+= SUB_ADD_B="@comment " |
Lines 269-275
Link Here
|
269 |
PLIST_SUB+= SUB_ADD_G="@comment " |
236 |
PLIST_SUB+= SUB_ADD_G="@comment " |
270 |
PLIST_SUB+= SUB_PGP_A="@comment " |
237 |
PLIST_SUB+= SUB_PGP_A="@comment " |
271 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
238 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
272 |
defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) |
239 |
defined(WITH_MUTT_QUOTE_PATCH) |
273 |
PLIST_SUB+= SUB_ADD_C="" |
240 |
PLIST_SUB+= SUB_ADD_C="" |
274 |
PLIST_SUB+= SUB_ADD_A="@comment " |
241 |
PLIST_SUB+= SUB_ADD_A="@comment " |
275 |
PLIST_SUB+= SUB_ADD_B="@comment " |
242 |
PLIST_SUB+= SUB_ADD_B="@comment " |
Lines 279-285
Link Here
|
279 |
PLIST_SUB+= SUB_ADD_G="@comment " |
246 |
PLIST_SUB+= SUB_ADD_G="@comment " |
280 |
PLIST_SUB+= SUB_PGP_A="@comment " |
247 |
PLIST_SUB+= SUB_PGP_A="@comment " |
281 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
248 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
282 |
defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) |
249 |
!defined(WITH_MUTT_QUOTE_PATCH) |
283 |
PLIST_SUB+= SUB_ADD_B="" |
250 |
PLIST_SUB+= SUB_ADD_B="" |
284 |
PLIST_SUB+= SUB_ADD_A="@comment " |
251 |
PLIST_SUB+= SUB_ADD_A="@comment " |
285 |
PLIST_SUB+= SUB_ADD_C="@comment " |
252 |
PLIST_SUB+= SUB_ADD_C="@comment " |
Lines 288-335
Link Here
|
288 |
PLIST_SUB+= SUB_ADD_F="@comment " |
255 |
PLIST_SUB+= SUB_ADD_F="@comment " |
289 |
PLIST_SUB+= SUB_ADD_G="@comment " |
256 |
PLIST_SUB+= SUB_ADD_G="@comment " |
290 |
PLIST_SUB+= SUB_PGP_A="@comment " |
257 |
PLIST_SUB+= SUB_PGP_A="@comment " |
291 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
|
|
292 |
!defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) |
293 |
PLIST_SUB+= SUB_ADD_C="" |
294 |
PLIST_SUB+= SUB_ADD_A="@comment " |
295 |
PLIST_SUB+= SUB_ADD_B="@comment " |
296 |
PLIST_SUB+= SUB_ADD_D="@comment " |
297 |
PLIST_SUB+= SUB_ADD_E="@comment " |
298 |
PLIST_SUB+= SUB_ADD_F="@comment " |
299 |
PLIST_SUB+= SUB_ADD_G="@comment " |
300 |
PLIST_SUB+= SUB_PGP_A="@comment " |
301 |
.elif defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
302 |
!defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) |
303 |
PLIST_SUB+= SUB_ADD_B="" |
304 |
PLIST_SUB+= SUB_ADD_A="@comment " |
305 |
PLIST_SUB+= SUB_ADD_C="@comment " |
306 |
PLIST_SUB+= SUB_ADD_D="@comment " |
307 |
PLIST_SUB+= SUB_ADD_E="@comment " |
308 |
PLIST_SUB+= SUB_ADD_F="@comment " |
309 |
PLIST_SUB+= SUB_ADD_G="@comment " |
310 |
PLIST_SUB+= SUB_PGP_A="@comment " |
311 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
312 |
defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) |
313 |
PLIST_SUB+= SUB_ADD_E="" |
314 |
PLIST_SUB+= SUB_ADD_A="@comment " |
315 |
PLIST_SUB+= SUB_ADD_B="@comment " |
316 |
PLIST_SUB+= SUB_ADD_C="@comment " |
317 |
PLIST_SUB+= SUB_ADD_D="@comment " |
318 |
PLIST_SUB+= SUB_ADD_F="@comment " |
319 |
PLIST_SUB+= SUB_ADD_G="@comment " |
320 |
PLIST_SUB+= SUB_PGP_A="@comment " |
321 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
258 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
322 |
defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) |
259 |
defined(WITH_MUTT_QUOTE_PATCH) |
323 |
PLIST_SUB+= SUB_ADD_D="" |
|
|
324 |
PLIST_SUB+= SUB_ADD_A="@comment " |
325 |
PLIST_SUB+= SUB_ADD_B="@comment " |
326 |
PLIST_SUB+= SUB_ADD_C="@comment " |
327 |
PLIST_SUB+= SUB_ADD_E="@comment " |
328 |
PLIST_SUB+= SUB_ADD_F="@comment " |
329 |
PLIST_SUB+= SUB_ADD_G="@comment " |
330 |
PLIST_SUB+= SUB_PGP_A="@comment " |
331 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
332 |
!defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) |
333 |
PLIST_SUB+= SUB_ADD_E="" |
260 |
PLIST_SUB+= SUB_ADD_E="" |
334 |
PLIST_SUB+= SUB_ADD_A="@comment " |
261 |
PLIST_SUB+= SUB_ADD_A="@comment " |
335 |
PLIST_SUB+= SUB_ADD_B="@comment " |
262 |
PLIST_SUB+= SUB_ADD_B="@comment " |
Lines 339-345
Link Here
|
339 |
PLIST_SUB+= SUB_ADD_G="@comment " |
266 |
PLIST_SUB+= SUB_ADD_G="@comment " |
340 |
PLIST_SUB+= SUB_PGP_A="@comment " |
267 |
PLIST_SUB+= SUB_PGP_A="@comment " |
341 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
268 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && defined(WITH_MUTT_NNTP) && \ |
342 |
!defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) |
269 |
!defined(WITH_MUTT_QUOTE_PATCH) |
343 |
PLIST_SUB+= SUB_ADD_D="" |
270 |
PLIST_SUB+= SUB_ADD_D="" |
344 |
PLIST_SUB+= SUB_ADD_A="@comment " |
271 |
PLIST_SUB+= SUB_ADD_A="@comment " |
345 |
PLIST_SUB+= SUB_ADD_B="@comment " |
272 |
PLIST_SUB+= SUB_ADD_B="@comment " |
Lines 349-355
Link Here
|
349 |
PLIST_SUB+= SUB_ADD_G="@comment " |
276 |
PLIST_SUB+= SUB_ADD_G="@comment " |
350 |
PLIST_SUB+= SUB_PGP_A="@comment " |
277 |
PLIST_SUB+= SUB_PGP_A="@comment " |
351 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
278 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
352 |
defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) |
279 |
defined(WITH_MUTT_QUOTE_PATCH) |
353 |
PLIST_SUB+= SUB_ADD_A="" |
280 |
PLIST_SUB+= SUB_ADD_A="" |
354 |
PLIST_SUB+= SUB_ADD_B="@comment " |
281 |
PLIST_SUB+= SUB_ADD_B="@comment " |
355 |
PLIST_SUB+= SUB_ADD_C="@comment " |
282 |
PLIST_SUB+= SUB_ADD_C="@comment " |
Lines 359-365
Link Here
|
359 |
PLIST_SUB+= SUB_ADD_G="@comment " |
286 |
PLIST_SUB+= SUB_ADD_G="@comment " |
360 |
PLIST_SUB+= SUB_PGP_A="@comment " |
287 |
PLIST_SUB+= SUB_PGP_A="@comment " |
361 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
288 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
362 |
defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) |
289 |
!defined(WITH_MUTT_QUOTE_PATCH) |
363 |
PLIST_SUB+= SUB_ADD_A="@comment " |
290 |
PLIST_SUB+= SUB_ADD_A="@comment " |
364 |
PLIST_SUB+= SUB_ADD_B="@comment " |
291 |
PLIST_SUB+= SUB_ADD_B="@comment " |
365 |
PLIST_SUB+= SUB_ADD_C="@comment " |
292 |
PLIST_SUB+= SUB_ADD_C="@comment " |
Lines 368-393
Link Here
|
368 |
PLIST_SUB+= SUB_ADD_F="@comment " |
295 |
PLIST_SUB+= SUB_ADD_F="@comment " |
369 |
PLIST_SUB+= SUB_ADD_G="@comment " |
296 |
PLIST_SUB+= SUB_ADD_G="@comment " |
370 |
PLIST_SUB+= SUB_PGP_A="@comment " |
297 |
PLIST_SUB+= SUB_PGP_A="@comment " |
371 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
|
|
372 |
!defined(WITH_MUTT_RU_PATCH) && defined(WITH_MUTT_QUOTE_PATCH) |
373 |
PLIST_SUB+= SUB_ADD_A="" |
374 |
PLIST_SUB+= SUB_ADD_B="@comment " |
375 |
PLIST_SUB+= SUB_ADD_C="@comment " |
376 |
PLIST_SUB+= SUB_ADD_D="@comment " |
377 |
PLIST_SUB+= SUB_ADD_E="@comment " |
378 |
PLIST_SUB+= SUB_ADD_F="@comment " |
379 |
PLIST_SUB+= SUB_ADD_G="@comment " |
380 |
PLIST_SUB+= SUB_PGP_A="@comment " |
381 |
.elif !defined(WITH_MUTT_COMPRESSED_FOLDERS) && !defined(WITH_MUTT_NNTP) && \ |
382 |
!defined(WITH_MUTT_RU_PATCH) && !defined(WITH_MUTT_QUOTE_PATCH) |
383 |
PLIST_SUB+= SUB_ADD_A="@comment " |
384 |
PLIST_SUB+= SUB_ADD_B="@comment " |
385 |
PLIST_SUB+= SUB_ADD_C="@comment " |
386 |
PLIST_SUB+= SUB_ADD_D="@comment " |
387 |
PLIST_SUB+= SUB_ADD_E="@comment " |
388 |
PLIST_SUB+= SUB_ADD_F="@comment " |
389 |
PLIST_SUB+= SUB_ADD_G="@comment " |
390 |
PLIST_SUB+= SUB_PGP_A="" |
391 |
.else # patches |
298 |
.else # patches |
392 |
PLIST_SUB+= SUB_ADD_A="@comment " |
299 |
PLIST_SUB+= SUB_ADD_A="@comment " |
393 |
PLIST_SUB+= SUB_ADD_B="@comment " |
300 |
PLIST_SUB+= SUB_ADD_B="@comment " |
Lines 459-473
Link Here
|
459 |
${CHMOD} a+rx ${PREFIX}/share/doc/mutt/html |
366 |
${CHMOD} a+rx ${PREFIX}/share/doc/mutt/html |
460 |
${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mutt/html |
367 |
${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mutt/html |
461 |
.endif |
368 |
.endif |
462 |
.endif |
|
|
463 |
.if defined(WITH_MUTT_NNTP) |
464 |
@${ECHO} |
465 |
@${ECHO} "------------------------------------------------" |
466 |
@${ECHO} "Be sure to define NNTPSERVER in your environment" |
467 |
@${ECHO} "and to be part of the group news in /etc/group" |
468 |
@${ECHO} "if you want to post news with mutt" |
469 |
@${ECHO} "------------------------------------------------" |
470 |
@${ECHO} |
471 |
.endif |
369 |
.endif |
472 |
|
370 |
|
473 |
.include <bsd.port.post.mk> |
371 |
.include <bsd.port.post.mk> |