pkgsrc/security/EasyPG/Makefile
minskim 7d5eb59ee4 Update EasyPG to 0.0.16.
Changes since 0.0.14:
* epa-mail-encrypt now skips unusable keys.
* epa-file now uses canonical file names as keys for passphrase cache.
* Fixed a load-error of epa on XEmacs.
* epa-file bug fixes.
* Prepare auto-mode-alist to strip .gpg suffix when choosing major-modes.
* Don't signal an error when opening a nonexistent file via Tramp.
* epa-verify-region now decodes the plaintext with
  coding-system-for-read or one saved as epa-coding-system-used.
2008-11-13 08:15:34 +00:00

23 lines
684 B
Makefile

# $NetBSD: Makefile,v 1.11 2008/11/13 08:15:34 minskim Exp $
DISTNAME= epg-0.0.16
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
CATEGORIES= security mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/29289/}
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.easypg.org/
COMMENT= GnuPG interface for emacs
GNU_CONFIGURE= YES
MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q}
INFO_FILES= epa.info
# per README: GnuPG 1.4.3
DEPENDS+= gnupg>=1.4.3:../../security/gnupg
# per README: GNU Emacs 21.4, XEmacs 21.4, or later
EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"