2011-03-02 16:01:59 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2011/03/02 16:01:59 jasper Exp $
|
2001-03-29 17:21:22 +00:00
|
|
|
|
2007-09-06 19:15:13 +00:00
|
|
|
COMMENT= emacs interface to PGP and GnuPG
|
2001-02-22 20:22:21 +00:00
|
|
|
|
2002-09-15 11:12:00 +00:00
|
|
|
DISTNAME= mailcrypt-3.5.7
|
2010-08-25 06:34:50 +00:00
|
|
|
REVISION= 2
|
2001-02-22 20:22:21 +00:00
|
|
|
CATEGORIES= mail
|
2002-05-13 23:31:24 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mailcrypt/}
|
2001-02-22 20:22:21 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://mailcrypt.sourceforge.net/
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
|
2004-02-21 00:59:01 +00:00
|
|
|
FLAVORS= gnupg pgp pgp5
|
|
|
|
FLAVOR?= gnupg
|
2001-02-22 20:22:21 +00:00
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
BUILD_DEPENDS= emacs->=21,<22:editors/emacs21
|
2001-02-22 20:22:21 +00:00
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mgnupg}
|
2010-11-26 07:51:00 +00:00
|
|
|
RUN_DEPENDS= security/gnupg
|
2001-02-22 20:22:21 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mpgp}
|
2010-11-19 07:23:05 +00:00
|
|
|
RUN_DEPENDS= pgp->=2,<3:security/pgp
|
2001-02-22 20:22:21 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mpgp5}
|
2010-11-19 07:23:05 +00:00
|
|
|
RUN_DEPENDS= pgp->=5,<6:security/pgp5
|
2001-02-22 20:22:21 +00:00
|
|
|
.endif
|
|
|
|
|
2011-03-02 16:01:59 +00:00
|
|
|
# broken test infrastructure that is more a test framework for
|
|
|
|
# py-gnupg than mailcrypt.
|
|
|
|
NO_REGRESS= Yes
|
2002-10-27 16:59:48 +00:00
|
|
|
|
2001-02-22 20:22:21 +00:00
|
|
|
.include <bsd.port.mk>
|