summaryrefslogtreecommitdiff
path: root/mail/mailcrypt/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-07-09 14:24:35 +0000
committerseb <seb@pkgsrc.org>2003-07-09 14:24:35 +0000
commitd6a7003e8bf3f77c94df21c60092fda4eb3f4642 (patch)
treeae00ae01727fa432d7bd689a8f7dfb4f98fee5ee /mail/mailcrypt/Makefile
parent1303652d6892aa16cb7ee9464e8432ca9d5550d5 (diff)
downloadpkgsrc-d6a7003e8bf3f77c94df21c60092fda4eb3f4642.tar.gz
Use emacs.mk and only accept GNU emacsen
(a mailcrypt avatar for xemacs is in the xemacs-packages package).
Diffstat (limited to 'mail/mailcrypt/Makefile')
-rw-r--r--mail/mailcrypt/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile
index 91d01daab02..7fcd721a6ce 100644
--- a/mail/mailcrypt/Makefile
+++ b/mail/mailcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/02/18 15:14:27 seb Exp $
+# $NetBSD: Makefile,v 1.4 2003/07/09 14:24:35 seb Exp $
# FreeBSD Id: ports/mail/mailcrypt/Makefile,v 1.7 2000/05/14 05:21:52 billf Exp
DISTNAME= mailcrypt-3.5.6
@@ -9,9 +9,12 @@ MAINTAINER= sommerfeld@netbsd.org
HOMEPAGE= http://mailcrypt.sourceforge.net/
COMMENT= Emacs frontend for PGP and GPG
-BUILD_DEPENDS= emacs>=19.34:../../editors/emacs
+# What we would like to say here is: "we want GNU emacs"
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20
GNU_CONFIGURE= yes
+MAKE_ENV+= EMACS_LISPPREFIX=${EMACS_LISPPREFIX}
+.include "../../mk/emacs.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"