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

(-)mutt-devel/Makefile (-1 / +7 lines)
Lines 26-32 Link Here
26
26
27
LIB_DEPENDS=	slang.2:${PORTSDIR}/japanese/libslang \
27
LIB_DEPENDS=	slang.2:${PORTSDIR}/japanese/libslang \
28
		iconv.3:${PORTSDIR}/converters/libiconv
28
		iconv.3:${PORTSDIR}/converters/libiconv
29
.if !defined(WITH_GETTEXT)
29
.if !defined(WITH_GETTEXT) && !defined(WITHOUT_NLS)
30
USE_GETTEXT=	yes
30
USE_GETTEXT=	yes
31
.else
31
.else
32
BUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext
32
BUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext
Lines 60-65 Link Here
60
		--with-docdir=${DOCSDIR} \
60
		--with-docdir=${DOCSDIR} \
61
		--enable-pop --enable-imap \
61
		--enable-pop --enable-imap \
62
		--enable-default-japanese
62
		--enable-default-japanese
63
.if defined(WITHOUT_NLS)
64
CONFIGURE_ARGS+=       --disable-nls
65
PLIST_SUB=     NLS="@comment "
66
.else
67
PLIST_SUB+=    NLS=""
68
.endif
63
.if defined(WITH_GETTEXT)
69
.if defined(WITH_GETTEXT)
64
CONFIGURE_ARGS+=	--with-included-gettext
70
CONFIGURE_ARGS+=	--with-included-gettext
65
.endif
71
.endif
(-)mutt-devel/pkg-plist (-26 / +26 lines)
Lines 86-117 Link Here
86
%%PORTDOCS%%share/doc/mutt/samples/colors.linux
86
%%PORTDOCS%%share/doc/mutt/samples/colors.linux
87
%%PORTDOCS%%share/doc/mutt/smime-notes.txt
87
%%PORTDOCS%%share/doc/mutt/smime-notes.txt
88
%%PORTDOCS%%share/doc/mutt/smime-notes.ja.txt
88
%%PORTDOCS%%share/doc/mutt/smime-notes.ja.txt
89
share/locale/ca/LC_MESSAGES/mutt.mo
89
%%NLS%%share/locale/ca/LC_MESSAGES/mutt.mo
90
share/locale/cs/LC_MESSAGES/mutt.mo
90
%%NLS%%share/locale/cs/LC_MESSAGES/mutt.mo
91
share/locale/da/LC_MESSAGES/mutt.mo
91
%%NLS%%share/locale/da/LC_MESSAGES/mutt.mo
92
share/locale/de/LC_MESSAGES/mutt.mo
92
%%NLS%%share/locale/de/LC_MESSAGES/mutt.mo
93
share/locale/el/LC_MESSAGES/mutt.mo
93
%%NLS%%share/locale/el/LC_MESSAGES/mutt.mo
94
share/locale/eo/LC_MESSAGES/mutt.mo
94
%%NLS%%share/locale/eo/LC_MESSAGES/mutt.mo
95
share/locale/es/LC_MESSAGES/mutt.mo
95
%%NLS%%share/locale/es/LC_MESSAGES/mutt.mo
96
share/locale/et/LC_MESSAGES/mutt.mo
96
%%NLS%%share/locale/et/LC_MESSAGES/mutt.mo
97
share/locale/fr/LC_MESSAGES/mutt.mo
97
%%NLS%%share/locale/fr/LC_MESSAGES/mutt.mo
98
share/locale/gl/LC_MESSAGES/mutt.mo
98
%%NLS%%share/locale/gl/LC_MESSAGES/mutt.mo
99
share/locale/hu/LC_MESSAGES/mutt.mo
99
%%NLS%%share/locale/hu/LC_MESSAGES/mutt.mo
100
share/locale/id/LC_MESSAGES/mutt.mo
100
%%NLS%%share/locale/id/LC_MESSAGES/mutt.mo
101
share/locale/it/LC_MESSAGES/mutt.mo
101
%%NLS%%share/locale/it/LC_MESSAGES/mutt.mo
102
share/locale/ja/LC_MESSAGES/mutt.mo
102
%%NLS%%share/locale/ja/LC_MESSAGES/mutt.mo
103
share/locale/ko/LC_MESSAGES/mutt.mo
103
%%NLS%%share/locale/ko/LC_MESSAGES/mutt.mo
104
share/locale/lt/LC_MESSAGES/mutt.mo
104
%%NLS%%share/locale/lt/LC_MESSAGES/mutt.mo
105
share/locale/nl/LC_MESSAGES/mutt.mo
105
%%NLS%%share/locale/nl/LC_MESSAGES/mutt.mo
106
share/locale/pl/LC_MESSAGES/mutt.mo
106
%%NLS%%share/locale/pl/LC_MESSAGES/mutt.mo
107
share/locale/pt_BR/LC_MESSAGES/mutt.mo
107
%%NLS%%share/locale/pt_BR/LC_MESSAGES/mutt.mo
108
share/locale/ru/LC_MESSAGES/mutt.mo
108
%%NLS%%share/locale/ru/LC_MESSAGES/mutt.mo
109
share/locale/sk/LC_MESSAGES/mutt.mo
109
%%NLS%%share/locale/sk/LC_MESSAGES/mutt.mo
110
share/locale/sv/LC_MESSAGES/mutt.mo
110
%%NLS%%share/locale/sv/LC_MESSAGES/mutt.mo
111
share/locale/tr/LC_MESSAGES/mutt.mo
111
%%NLS%%share/locale/tr/LC_MESSAGES/mutt.mo
112
share/locale/uk/LC_MESSAGES/mutt.mo
112
%%NLS%%share/locale/uk/LC_MESSAGES/mutt.mo
113
share/locale/zh_CN/LC_MESSAGES/mutt.mo
113
%%NLS%%share/locale/zh_CN/LC_MESSAGES/mutt.mo
114
share/locale/zh_TW/LC_MESSAGES/mutt.mo
114
%%NLS%%share/locale/zh_TW/LC_MESSAGES/mutt.mo
115
%%PORTDOCS%%@dirrm share/doc/mutt/samples/iconv
115
%%PORTDOCS%%@dirrm share/doc/mutt/samples/iconv
116
%%PORTDOCS%%@dirrm share/doc/mutt/samples
116
%%PORTDOCS%%@dirrm share/doc/mutt/samples
117
%%PORTDOCS%%@dirrm share/doc/mutt/html
117
%%PORTDOCS%%@dirrm share/doc/mutt/html

Return to bug 64836