diff options
Diffstat (limited to 'mail/cyrus/Makefile')
-rw-r--r-- | mail/cyrus/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile new file mode 100644 index 00000000000..b0ef0514b6b --- /dev/null +++ b/mail/cyrus/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/07 00:27:18 kim Exp $ + +DISTNAME= cyrus-imapd-v1.5.14 +PKGNAME!= echo "${DISTNAME}" | sed -e 's/-imapd-v/-/' +CATEGORIES= mail +MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ + +MAINTAINER= kim@tac.nyc.ny.us + +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --with-cyrus-prefix=${PREFIX}/cyrus +CONFIGURE_ARGS+= --with-statedir=/var/run +CONFIGURE_ARGS+= --with-tcl=/usr/local/tcl + +.include "../../mk/bsd.pkg.mk" + +.if exists(/usr/lib/libkrb.a) && \ + (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4)) +CONFIGURE_ARGS+= --with-login=krb +.endif |