2008-05-21 09:46:19 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.48 2008/05/21 13:46:19 sthen Exp $
|
2001-08-20 15:51:53 -04:00
|
|
|
|
2007-09-15 20:17:04 -04:00
|
|
|
COMMENT= tty-based e-mail client, development version
|
2001-08-20 15:51:53 -04:00
|
|
|
|
2008-05-21 09:46:19 -04:00
|
|
|
VERSION= 1.5.18
|
2005-09-29 13:25:27 -04:00
|
|
|
DISTNAME= mutt-${VERSION}
|
2004-02-19 15:42:36 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITES_MUTT:=devel/}
|
2001-08-20 15:51:53 -04:00
|
|
|
|
2008-05-09 13:46:51 -04:00
|
|
|
WANTLIB= z
|
|
|
|
|
2007-07-18 20:18:12 -04:00
|
|
|
FLAVORS= idn sasl sidebar
|
|
|
|
FLAVOR?=
|
2007-06-21 13:26:29 -04:00
|
|
|
|
2008-05-09 13:46:51 -04:00
|
|
|
CONFIGURE_ARGS= --enable-hcache \
|
|
|
|
--enable-smtp \
|
2007-06-21 13:26:29 -04:00
|
|
|
--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
|
|
|
|
|
2008-05-21 09:46:19 -04:00
|
|
|
MUTTRCDIR= doc/
|
|
|
|
|
2001-08-20 15:51:53 -04:00
|
|
|
.include <bsd.port.mk>
|