View | Details | Raw Unified | Return to bug 111567 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-9 / +1 lines)
Lines 4-15 Link Here
4
#
4
#
5
# $FreeBSD: ports/japanese/mutt/Makefile,v 1.37 2006/07/03 15:42:25 shaun Exp $
5
# $FreeBSD: ports/japanese/mutt/Makefile,v 1.37 2006/07/03 15:42:25 shaun Exp $
6
#
6
#
7
# WITH_MUTT_CYRUS_SASL:	if defined, 'Cyrus sasl' support.
8
#
9
7
10
PORTNAME=	mutt
8
PORTNAME=	mutt
11
PORTVERSION=	${VERSION}.j${JP_VERSION}
9
PORTVERSION=	${VERSION}.j${JP_VERSION}
12
PORTREVISION=	1
10
PORTREVISION=	2
13
CATEGORIES=	japanese mail
11
CATEGORIES=	japanese mail
14
MASTER_SITES=	http://www.emaillab.org/mutt/1.4/ \
12
MASTER_SITES=	http://www.emaillab.org/mutt/1.4/ \
15
		http://my.reset.jp/~iwashita/mutt/distfiles/ \
13
		http://my.reset.jp/~iwashita/mutt/distfiles/ \
Lines 28-36 Link Here
28
RUN_DEPENDS=	urlview:${PORTSDIR}/textproc/urlview
26
RUN_DEPENDS=	urlview:${PORTSDIR}/textproc/urlview
29
27
30
USE_GETTEXT=	yes
28
USE_GETTEXT=	yes
31
.if defined(WITH_MUTT_CYRUS_SASL)
32
LIB_DEPENDS+=	sasl.8:${PORTSDIR}/security/cyrus-sasl
33
.endif
34
29
35
VERSION=	1.4.2.1
30
VERSION=	1.4.2.1
36
JP_VERSION=	1
31
JP_VERSION=	1
Lines 54-62 Link Here
54
		--with-docdir=${DOCSDIR} \
49
		--with-docdir=${DOCSDIR} \
55
		--enable-pop --enable-imap \
50
		--enable-pop --enable-imap \
56
		--enable-default-japanese
51
		--enable-default-japanese
57
.if defined(WITH_MUTT_CYRUS_SASL)
58
CONFIGURE_ARGS+=	--with-sasl=${LOCALBASE}
59
.endif
60
52
61
NOMANCOMPRESS=	yes
53
NOMANCOMPRESS=	yes
62
MAN1=		flea.1 mutt.1 muttbug.1 mutt_dotlock.1
54
MAN1=		flea.1 mutt.1 muttbug.1 mutt_dotlock.1

Return to bug 111567