Lines 6-12
Link Here
|
6 |
|
6 |
|
7 |
PORTNAME= mutt |
7 |
PORTNAME= mutt |
8 |
PORTVERSION= ${VERSION}.j${JP_VERSION} |
8 |
PORTVERSION= ${VERSION}.j${JP_VERSION} |
9 |
PORTREVISION= 3 |
9 |
PORTREVISION= 4 |
10 |
CATEGORIES= japanese mail |
10 |
CATEGORIES= japanese mail |
11 |
MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/:body \ |
11 |
MASTER_SITES= ftp://ftp.mutt.org/mutt/devel/:body \ |
12 |
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \ |
12 |
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/devel/:body \ |
Lines 42-48
Link Here
|
42 |
MAINTAINER= st@be.to |
42 |
MAINTAINER= st@be.to |
43 |
COMMENT= Text-based mail client (Japanised development version) |
43 |
COMMENT= Text-based mail client (Japanised development version) |
44 |
|
44 |
|
45 |
LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang |
45 |
LIB_DEPENDS= libslang.so:${PORTSDIR}/japanese/libslang |
46 |
RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview \ |
46 |
RUN_DEPENDS= urlview:${PORTSDIR}/textproc/urlview \ |
47 |
${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support |
47 |
${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support |
48 |
|
48 |
|
Lines 62-69
Link Here
|
62 |
AUTOMAKE_ARGS= --add-missing |
62 |
AUTOMAKE_ARGS= --add-missing |
63 |
USE_OPENSSL= yes |
63 |
USE_OPENSSL= yes |
64 |
WRKSRC= ${WRKDIR}/mutt-${VERSION} |
64 |
WRKSRC= ${WRKDIR}/mutt-${VERSION} |
65 |
LDFLAGS+= -L${LOCALBASE}/lib |
65 |
LDFLAGS+= -L${LOCALBASE}/lib -ltinfow |
66 |
CONFIGURE_ENV= CC="${CC} -D_DONT_USE_CTYPE_INLINE_ ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" |
66 |
CONFIGURE_ENV= CC="${CC} -D_DONT_USE_CTYPE_INLINE_ -D_XLOCALE_CTYPE_H ${DB_CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" |
67 |
CONFIGURE_ARGS= --with-slang --enable-locales-fix \ |
67 |
CONFIGURE_ARGS= --with-slang --enable-locales-fix \ |
68 |
${ICONV_CONFIGURE_ARG} \ |
68 |
${ICONV_CONFIGURE_ARG} \ |
69 |
--without-wc-funcs \ |
69 |
--without-wc-funcs \ |
Lines 85-95
Link Here
|
85 |
NO_STAGE= yes |
85 |
NO_STAGE= yes |
86 |
.include <bsd.port.options.mk> |
86 |
.include <bsd.port.options.mk> |
87 |
|
87 |
|
88 |
.if ! ${PORT_OPTIONS:MNLS} |
88 |
.if ${PORT_OPTIONS:MNLS} |
89 |
USES+= gettext |
89 |
USES+= gettext |
90 |
.endif |
90 |
.endif |
91 |
.if ${PORT_OPTIONS:MCYRUS_SASL2} |
91 |
.if ${PORT_OPTIONS:MCYRUS_SASL2} |
92 |
LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 |
92 |
LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 |
93 |
.endif |
93 |
.endif |
94 |
.if ${PORT_OPTIONS:MMAILDIR_HEADER_CACHE} |
94 |
.if ${PORT_OPTIONS:MMAILDIR_HEADER_CACHE} |
95 |
PORT_OPTIONS+= MAILDIR_HEADER_CACHE |
95 |
PORT_OPTIONS+= MAILDIR_HEADER_CACHE |
Lines 98-104
Link Here
|
98 |
USE_BDB= 42+ |
98 |
USE_BDB= 42+ |
99 |
.endif |
99 |
.endif |
100 |
.if ${PORT_OPTIONS:MIDN} |
100 |
.if ${PORT_OPTIONS:MIDN} |
101 |
LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn |
101 |
LIB_DEPENDS+= libidn.so:${PORTSDIR}/dns/libidn |
102 |
.endif |
102 |
.endif |
103 |
|
103 |
|
104 |
.if ${PORT_OPTIONS:MCYRUS_SASL2} |
104 |
.if ${PORT_OPTIONS:MCYRUS_SASL2} |