Lines 3-9
Link Here
|
3 |
PORTNAME= mutt |
3 |
PORTNAME= mutt |
4 |
PORTVERSION= 1.5.24 |
4 |
PORTVERSION= 1.5.24 |
5 |
PORTREVISION?= 5 |
5 |
PORTREVISION?= 6 |
6 |
CATEGORIES+= mail ipv6 |
6 |
CATEGORIES+= mail ipv6 |
7 |
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ |
7 |
MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ |
8 |
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ |
8 |
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ |
Lines 54-60
Link Here
|
54 |
.if defined (LITE) |
54 |
.if defined (LITE) |
55 |
OPTIONS_UNSET= NLS DOCS EXAMPLES |
55 |
OPTIONS_UNSET= NLS DOCS EXAMPLES |
56 |
.else |
56 |
.else |
57 |
OPTIONS_DEFINE= COMPRESSED_FOLDERS SASL DEBUG DOCS EXAMPLES FLOCK \ |
57 |
OPTIONS_DEFINE= COMPRESSED_FOLDERS SASL DEBUG DOCS EXAMPLES FLOCK FORCEBASE64 \ |
58 |
GPGME GREETING_PATCH HTML ICONV IDN IFDEF_PATCH \ |
58 |
GPGME GREETING_PATCH HTML ICONV IDN IFDEF_PATCH \ |
59 |
IMAP_HEADER_CACHE LOCALES_FIX MAILBOX_MANPAGES \ |
59 |
IMAP_HEADER_CACHE LOCALES_FIX MAILBOX_MANPAGES \ |
60 |
MAILDIR_HEADER_CACHE MAILDIR_MTIME_PATCH \ |
60 |
MAILDIR_HEADER_CACHE MAILDIR_MTIME_PATCH \ |
Lines 72-77
Link Here
|
72 |
COMPRESSED_FOLDERS_DESC= Compressed folders |
72 |
COMPRESSED_FOLDERS_DESC= Compressed folders |
73 |
SASL_DESC= SASL authentication |
73 |
SASL_DESC= SASL authentication |
74 |
DEBUG_DESC= Debugging capabilities |
74 |
DEBUG_DESC= Debugging capabilities |
|
|
75 |
FORCEBASE64_DESC= Force base64 encoding for compose |
75 |
FLOCK_DESC= flock() usage |
76 |
FLOCK_DESC= flock() usage |
76 |
GPGME_DESC= Gpgme interface |
77 |
GPGME_DESC= Gpgme interface |
77 |
GREETING_PATCH_DESC= Greeting support |
78 |
GREETING_PATCH_DESC= Greeting support |
Lines 282-287
Link Here
|
282 |
post-install-NNTP-on: |
283 |
post-install-NNTP-on: |
283 |
${INSTALL_DATA} ${WRKSRC}/ChangeLog.nntp ${STAGEDIR}${DOCSDIR} |
284 |
${INSTALL_DATA} ${WRKSRC}/ChangeLog.nntp ${STAGEDIR}${DOCSDIR} |
|
|
285 |
post-patch-FORCEBASE64-on: |
286 |
@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-forcebase64 |
287 |
|
284 |
post-patch-GREETING_PATCH-on: |
288 |
post-patch-GREETING_PATCH-on: |
285 |
@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-greeting |
289 |
@${PATCH} ${PATCH_ARGS} -p1 < ${PATCHDIR}/extra-patch-greeting |
Lines 336-338
Link Here
|
336 |
.endif |
340 |
.endif |
337 |
.include <bsd.port.mk> |
341 |
.include <bsd.port.mk> |
|
|
342 |
|