View | Details | Raw Unified | Return to bug 61314
Collapse All | Expand All

(-)./Makefile (+8 lines)
Lines 175-181 Link Here
175
SGML_USED=	no
175
SGML_USED=	no
176
.endif
176
.endif
177
177
178
.if !defined(WITHOUT_NLS)
178
LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
179
LIB_DEPENDS=	intl.5:${PORTSDIR}/devel/gettext
180
.endif
179
181
180
.if defined(NOPORTDOCS)
182
.if defined(NOPORTDOCS)
181
SGML_USED=	no
183
SGML_USED=	no
Lines 216-221 Link Here
216
.if defined(WITH_MUTT_CYRUS_SASL)
218
.if defined(WITH_MUTT_CYRUS_SASL)
217
CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
219
CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
218
.endif
220
.endif
221
.if defined(WITHOUT_NLS)
222
CONFIGURE_ARGS+=	--disable-nls
223
.endif
219
224
220
PATCH_DIST_STRIP=	-p1
225
PATCH_DIST_STRIP=	-p1
221
226
Lines 291-296 Link Here
291
.endif
296
.endif
292
.if ! defined(WITHOUT_MUTT_HTML)
297
.if ! defined(WITHOUT_MUTT_HTML)
293
SCRIPTS_ENV+=	MUTT_HTML="yes"
298
SCRIPTS_ENV+=	MUTT_HTML="yes"
299
.endif
300
.if !defined(WITHOUT_NLS)
301
SCRIPTS_ENV+=	MUTT_NLS="yes"
294
.endif
302
.endif
295
303
296
.if !defined(NOPORTDOCS)
304
.if !defined(NOPORTDOCS)
(-)./scripts/generate-plist (+5 lines)
Lines 31-36 Link Here
31
@unexec if cmp -s %D/etc/Muttrc.dist %D/etc/Muttrc; then rm -f %D/etc/Muttrc; fi
31
@unexec if cmp -s %D/etc/Muttrc.dist %D/etc/Muttrc; then rm -f %D/etc/Muttrc; fi
32
etc/Muttrc.dist
32
etc/Muttrc.dist
33
etc/mime.types
33
etc/mime.types
34
EOF
35
36
if [ "$MUTT_NLS" = "yes" ]; then
37
  cat >> $tmp_first <<EOF
34
share/locale/bg/LC_MESSAGES/mutt.mo
38
share/locale/bg/LC_MESSAGES/mutt.mo
35
share/locale/ca/LC_MESSAGES/mutt.mo
39
share/locale/ca/LC_MESSAGES/mutt.mo
36
share/locale/cs/LC_MESSAGES/mutt.mo
40
share/locale/cs/LC_MESSAGES/mutt.mo
Lines 59-64 Link Here
59
share/locale/zh_CN/LC_MESSAGES/mutt.mo
63
share/locale/zh_CN/LC_MESSAGES/mutt.mo
60
share/locale/zh_TW/LC_MESSAGES/mutt.mo
64
share/locale/zh_TW/LC_MESSAGES/mutt.mo
61
EOF
65
EOF
66
fi
62
67
63
if [ "$MUTT_PORTDOCS" = "yes" ]; then
68
if [ "$MUTT_PORTDOCS" = "yes" ]; then
64
  cat >> $tmp_first <<EOF
69
  cat >> $tmp_first <<EOF

Return to bug 61314