summaryrefslogtreecommitdiff
path: root/mail/mailcrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailcrypt/Makefile')
-rw-r--r--mail/mailcrypt/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/mailcrypt/Makefile b/mail/mailcrypt/Makefile
index fdb6dfec0f4..acafbf70af4 100644
--- a/mail/mailcrypt/Makefile
+++ b/mail/mailcrypt/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:23 rodent Exp $
+# $NetBSD: Makefile,v 1.25 2014/11/23 06:08:29 mef Exp $
-DISTNAME= mailcrypt-3.5.8
+DISTNAME= mailcrypt-3.5.9
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION= 3
CATEGORIES= mail security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mailcrypt/}
@@ -11,17 +10,22 @@ HOMEPAGE= http://mailcrypt.sourceforge.net/
COMMENT= Emacs frontend for PGP and GPG
# What we would like to say here is: "we want GNU emacs"
-EMACS_VERSIONS_ACCEPTED= emacs24 emacs24nox \
+EMACS_VERSIONS_ACCEPTED= emacs25 \
+ emacs24 emacs24nox \
emacs23 emacs23nox \
emacs22 emacs22nox \
emacs21 emacs21nox \
emacs20
GNU_CONFIGURE= yes
+USE_TOOLS+= autoconf makeinfo
MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX:Q} \
lispdir=${DESTDIR:Q}${EMACS_LISPPREFIX:Q} \
infodir=${DESTDIR:Q}${PREFIX:Q}/${PKGINFODIR}
INFO_FILES= yes
+pre-configure:
+ (cd ${WRKSRC}; autoconf)
+
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"