Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

27
mail/mailcrypt/Makefile Normal file
View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:23 rodent Exp $
DISTNAME= mailcrypt-3.5.8
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 3
CATEGORIES= mail security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mailcrypt/}
MAINTAINER= pkgsrc-users@NetBSD.org
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 \
emacs23 emacs23nox \
emacs22 emacs22nox \
emacs21 emacs21nox \
emacs20
GNU_CONFIGURE= yes
MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX:Q} \
lispdir=${DESTDIR:Q}${EMACS_LISPPREFIX:Q} \
infodir=${DESTDIR:Q}${PREFIX:Q}/${PKGINFODIR}
INFO_FILES= yes
.include "../../editors/emacs/modules.mk"
.include "../../mk/bsd.pkg.mk"