pkgsrc/security/EasyPG/Makefile
wiz eef80df883 emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions
As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html

This still leaves emacs20, emacs21, and the current version, emacs25.
2017-09-29 12:40:26 +00:00

25 lines
723 B
Makefile

# $NetBSD: Makefile,v 1.20 2017/09/29 12:40:28 wiz Exp $
DISTNAME= epg-0.0.16
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
PKGREVISION= 3
CATEGORIES= security mail
MASTER_SITES= ${MASTER_SITE_OSDN:=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}
INSTALL_MAKE_FLAGS+= lispdir=${DESTDIR}${EMACS_LISPPREFIX:Q}
INFO_FILES= yes
# 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 xemacs214 xemacs215
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"