pkgsrc/security/EasyPG/Makefile
gdt 671ef119d8 Note that EasyPG is built into emacs23 and later.
Therefore, also drop emacs23 as an acceptable version of emacs for this package.
(xemacs versions need review.)
2014-02-13 18:12:36 +00:00

25 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.18 2014/02/13 18:12:36 gdt Exp $
DISTNAME= epg-0.0.16
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
PKGREVISION= 3
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}
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 emacs22 emacs22nox xemacs214 xemacs215
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"