add emacs21 flavor, sync DESCR
maintainer is MIA, ok brad@
This commit is contained in:
parent
22be796c11
commit
336b462944
@ -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"
|
COMMENT= "emacs interface to PGP and GnuPG"
|
||||||
|
|
||||||
@ -17,11 +17,13 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
|
|
||||||
CONFIGURE_STYLE= gnu dest
|
CONFIGURE_STYLE= gnu dest
|
||||||
|
|
||||||
FLAVORS= emacs gnupg pgp pgp5 xemacs
|
FLAVORS= emacs emacs21 gnupg pgp pgp5 xemacs
|
||||||
FLAVOR?= emacs gnupg
|
FLAVOR?= emacs gnupg
|
||||||
|
|
||||||
.if ${FLAVOR:L:Memacs}
|
.if ${FLAVOR:L:Memacs}
|
||||||
BUILD_DEPENDS= :emacs-20.*:editors/emacs
|
BUILD_DEPENDS= :emacs-20.*:editors/emacs
|
||||||
|
.elif ${FLAVOR:L:Memacs21}
|
||||||
|
BUILD_DEPENDS= :emacs-21.*:editors/emacs21
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mxemacs}
|
.if ${FLAVOR:L:Mxemacs}
|
||||||
|
@ -5,8 +5,9 @@ articles, and to verify/decrypt mail and articles.
|
|||||||
Flavors:
|
Flavors:
|
||||||
pgp - use PGP 2.x
|
pgp - use PGP 2.x
|
||||||
pgp5 - use PGP 5.x
|
pgp5 - use PGP 5.x
|
||||||
gnupg - use GNU privacy guard
|
gnupg - use GNU Privacy Guard
|
||||||
emacs - use emacs
|
emacs - use GNU Emacs 20.x
|
||||||
xemacs - use xemacs
|
emacs21 - use GNU Emacs 21.x
|
||||||
|
xemacs - use XEmacs
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
WWW: ${HOMEPAGE}
|
||||||
|
Loading…
Reference in New Issue
Block a user