2001-11-13 17:13:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2001/11/13 22:13:23 espie Exp $
|
2001-03-29 12:21:22 -05:00
|
|
|
|
|
|
|
COMMENT= "emacs interface to PGP and GnuPG"
|
2001-02-22 15:22:21 -05:00
|
|
|
|
2001-05-23 13:02:42 -04:00
|
|
|
DISTNAME= mailcrypt-3.5.6
|
2001-02-22 15:22:21 -05:00
|
|
|
CATEGORIES= mail
|
2001-11-13 17:13:22 -05:00
|
|
|
NEED_VERSION= 1.496
|
2001-02-22 15:22:21 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= mailcrypt
|
|
|
|
|
|
|
|
HOMEPAGE= http://mailcrypt.sourceforge.net/
|
2001-04-17 02:37:33 -04:00
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
2001-02-22 15:22:21 -05:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
|
|
|
|
FLAVORS= emacs gnupg pgp pgp5 xemacs
|
|
|
|
FLAVOR?= emacs gnupg
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Memacs}
|
2001-11-13 17:13:22 -05:00
|
|
|
BUILD_DEPENDS= ::editors/emacs
|
2001-02-22 15:22:21 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mxemacs}
|
2001-11-13 17:13:22 -05:00
|
|
|
BUILD_DEPENDS= ::editors/xemacs21
|
2001-02-22 15:22:21 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mgnupg}
|
2001-11-13 17:13:22 -05:00
|
|
|
RUN_DEPENDS= ::security/gnupg
|
2001-02-22 15:22:21 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mpgp}
|
2001-11-13 17:13:22 -05:00
|
|
|
RUN_DEPENDS= ::security/pgp
|
2001-02-22 15:22:21 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mpgp5}
|
2001-11-13 17:13:22 -05:00
|
|
|
RUN_DEPENDS= ::security/pgp5
|
2001-02-22 15:22:21 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|