2007-07-18 20:18:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.43 2007/07/19 00:18:12 todd Exp $
|
2001-08-20 15:51:53 -04:00
|
|
|
|
|
|
|
COMMENT= "tty-based e-mail client, development version"
|
|
|
|
|
2007-06-21 13:26:29 -04:00
|
|
|
VERSION= 1.5.16
|
2005-09-29 13:25:27 -04:00
|
|
|
DISTNAME= mutt-${VERSION}
|
2007-07-18 20:18:12 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2004-02-19 15:42:36 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITES_MUTT:=devel/}
|
2001-08-20 15:51:53 -04:00
|
|
|
|
2007-07-18 20:18:12 -04:00
|
|
|
FLAVORS= idn sasl sidebar
|
|
|
|
FLAVOR?=
|
2007-06-21 13:26:29 -04:00
|
|
|
|
|
|
|
AUTOCONF_VERSION=2.60
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-smtp \
|
|
|
|
--mandir=${PREFIX}/man \
|
|
|
|
--enable-hcache \
|
|
|
|
--without-gdbm
|
|
|
|
|
|
|
|
LIB_DEPENDS= qdbm.>=14::databases/qdbm
|
2004-06-28 10:17:21 -04:00
|
|
|
|
2007-07-18 20:18:12 -04:00
|
|
|
.if ${FLAVOR:L:Msasl}
|
|
|
|
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE}
|
|
|
|
LIB_DEPENDS+= sasl2::security/cyrus-sasl2
|
|
|
|
.endif
|
|
|
|
|
2001-08-20 15:51:53 -04:00
|
|
|
.include <bsd.port.mk>
|