39683998dd
Enigmail 1.9.2 Released 2016-04-25, works with Thunderbird 38.0 & newer and SeaMonkey 2.35 & newer. Notable Changes This is a bugfix release Important Note This version requires GnuPG 2.0.7 or newer. GnuPG 1.4.x is not supported anymore. Bugs fixed Check the list of fixed defects at https://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.9.2
15 lines
465 B
Makefile
15 lines
465 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/05/05 12:06:38 wiz Exp $
|
|
|
|
.include "../../mail/thunderbird-enigmail/Makefile.common"
|
|
|
|
PKGNAME= seamonkey-${DISTNAME}
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= GnuPG support for www/seamonkey
|
|
|
|
# Minimal requirements are here: https://www.enigmail.net/download/source.php
|
|
DEPENDS+= seamonkey>=2.35:../../www/seamonkey
|
|
|
|
# Path used during the install stage
|
|
XPIDIR= ${PREFIX}/lib/seamonkey/extensions
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|