From 336b462944712f7bcd60c294d052d7278bb46abf Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 23 Jun 2002 03:03:53 +0000 Subject: [PATCH] add emacs21 flavor, sync DESCR maintainer is MIA, ok brad@ --- mail/mailcrypt/Makefile | 6 ++++-- mail/mailcrypt/pkg/DESCR | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile index 62ec7fbafd7..457ab6b2d58 100644 --- a/mail/mailcrypt/Makefile +++ b/mail/mailcrypt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2002/06/09 05:36:50 wilfried Exp $ +# $OpenBSD: Makefile,v 1.9 2002/06/23 03:03:53 mark Exp $ COMMENT= "emacs interface to PGP and GnuPG" @@ -17,11 +17,13 @@ PERMIT_DISTFILES_FTP= Yes CONFIGURE_STYLE= gnu dest -FLAVORS= emacs gnupg pgp pgp5 xemacs +FLAVORS= emacs emacs21 gnupg pgp pgp5 xemacs FLAVOR?= emacs gnupg .if ${FLAVOR:L:Memacs} BUILD_DEPENDS= :emacs-20.*:editors/emacs +.elif ${FLAVOR:L:Memacs21} +BUILD_DEPENDS= :emacs-21.*:editors/emacs21 .endif .if ${FLAVOR:L:Mxemacs} diff --git a/mail/mailcrypt/pkg/DESCR b/mail/mailcrypt/pkg/DESCR index 21da86c0519..3fac3c0da17 100644 --- a/mail/mailcrypt/pkg/DESCR +++ b/mail/mailcrypt/pkg/DESCR @@ -5,8 +5,9 @@ articles, and to verify/decrypt mail and articles. Flavors: pgp - use PGP 2.x pgp5 - use PGP 5.x - gnupg - use GNU privacy guard - emacs - use emacs - xemacs - use xemacs + gnupg - use GNU Privacy Guard + emacs - use GNU Emacs 20.x + emacs21 - use GNU Emacs 21.x + xemacs - use XEmacs WWW: ${HOMEPAGE}