7b90c30295
in emacs23.
24 lines
707 B
Makefile
24 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/08/06 01:44:55 minskim Exp $
|
|
|
|
DISTNAME= epg-0.0.16
|
|
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
|
|
PKGREVISION= 1
|
|
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= emacs23 emacs21 emacs21nox emacs22 emacs22nox xemacs214 xemacs215
|
|
|
|
.include "../../editors/emacs/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|