Lines 4-15
Link Here
|
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/japanese/mutt-devel/Makefile,v 1.60 2006/07/03 15:44:27 shaun Exp $ |
5 |
# $FreeBSD: ports/japanese/mutt-devel/Makefile,v 1.60 2006/07/03 15:44:27 shaun Exp $ |
6 |
# |
6 |
# |
7 |
# WITH_MUTT_CYRUS_SASL: if defined, 'Cyrus sasl' support. |
|
|
8 |
# |
9 |
|
7 |
|
10 |
PORTNAME= mutt-devel |
8 |
PORTNAME= mutt-devel |
11 |
PORTVERSION= ${VERSION}.j${JP_VERSION} |
9 |
PORTVERSION= ${VERSION}.j${JP_VERSION} |
12 |
PORTREVISION= 3 |
10 |
PORTREVISION= 4 |
13 |
CATEGORIES= japanese mail |
11 |
CATEGORIES= japanese mail |
14 |
MASTER_SITES= http://www.emaillab.org/mutt/1.5/ \ |
12 |
MASTER_SITES= http://www.emaillab.org/mutt/1.5/ \ |
15 |
http://my.reset.jp/~iwashita/mutt/distfiles/ \ |
13 |
http://my.reset.jp/~iwashita/mutt/distfiles/ \ |
Lines 32-40
Link Here
|
32 |
.if !defined(WITHOUT_NLS) |
30 |
.if !defined(WITHOUT_NLS) |
33 |
USE_GETTEXT= yes |
31 |
USE_GETTEXT= yes |
34 |
.endif |
32 |
.endif |
35 |
.if defined(WITH_MUTT_CYRUS_SASL) |
|
|
36 |
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl |
37 |
.endif |
38 |
.if defined(WITH_MUTT_IDN) |
33 |
.if defined(WITH_MUTT_IDN) |
39 |
LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn |
34 |
LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn |
40 |
.endif |
35 |
.endif |
Lines 83-91
Link Here
|
83 |
.else |
78 |
.else |
84 |
PLIST_SUB+= NLS="" |
79 |
PLIST_SUB+= NLS="" |
85 |
.endif |
80 |
.endif |
86 |
.if defined(WITH_MUTT_CYRUS_SASL) |
|
|
87 |
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} |
88 |
.endif |
89 |
.if defined(WITH_MUTT_HEADER_CACHE) |
81 |
.if defined(WITH_MUTT_HEADER_CACHE) |
90 |
CONFIGURE_ARGS+= --enable-hcache |
82 |
CONFIGURE_ARGS+= --enable-hcache |
91 |
.endif |
83 |
.endif |