pkgsrc/security/EasyPG/Makefile
gdt 05afd457bf Set INFO_FILES, so that info/dir is handled correctly. May also fix
build on Dragonfly where info file is misinstalled in share/info.
2007-08-08 19:57:32 +00:00

24 lines
681 B
Makefile

# $NetBSD: Makefile,v 1.9 2007/08/08 19:57:32 gdt Exp $
DISTNAME= epg-0.0.14
PKGREVISION= 2
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/}
CATEGORIES= security mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/26512/}
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 "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"