diff options
author | gdt <gdt> | 2006-09-13 12:49:37 +0000 |
---|---|---|
committer | gdt <gdt> | 2006-09-13 12:49:37 +0000 |
commit | ffd0d8b68dfba5cd9f929be2756186dfc7a010de (patch) | |
tree | 058af5401bd4385831b55c8f2f3191b988d6196c /security/EasyPG/Makefile | |
parent | ad9f8946e36c8641488337c3613ce5d3aa6395a2 (diff) | |
download | pkgsrc-ffd0d8b68dfba5cd9f929be2756186dfc7a010de.tar.gz |
move EasyPG from epg to EasyPG, and change PKGNAME to EasyPG.
Diffstat (limited to 'security/EasyPG/Makefile')
-rw-r--r-- | security/EasyPG/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/EasyPG/Makefile b/security/EasyPG/Makefile new file mode 100644 index 00000000000..e5e48720140 --- /dev/null +++ b/security/EasyPG/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/09/13 12:49:37 gdt Exp $ + +DISTNAME= epg-0.0.5 +PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/epg/EasyPG/} +CATEGORIES= security mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=epg/21627/} + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://www.easypg.org/ +COMMENT= GnuPG interface for emacs + +GNU_CONFIGURE= YES +MAKE_FLAGS+= lispdir=${EMACS_LISPPREFIX:Q} + +# per README, GnuPG 1.4.3 and GNU Emacs 21.4 or XEmacs 21.4 +DEPENDS+= gnupg>=1.4.3:../../security/gnupg +EMACS_VERSIONS_ACCEPTED= emacs21 xemacs214 + +.include "../../mk/emacs.mk" +.include "../../mk/bsd.pkg.mk" |