Enigmail is a security extension to Mozilla Thunderbird and Seamonkey. It integrates the renowned OpenPGP standard provided by GnuPG. Sending and receiving encrypted and digitally signed email gets just simple using Enigmail. This is packaged in pkgsrc-wip by Kamil Rytarowski.
15 lines
445 B
Makefile
15 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/01 12:54:32 ryoon Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= thunderbird-${DISTNAME}
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= GnuPG support for mail/thunderbird
|
|
|
|
# Minimal requirements are here: https://www.enigmail.net/download/source.php
|
|
DEPENDS+= thunderbird>=31:../../mail/thunderbird
|
|
|
|
# Path used during the install stage
|
|
XPIDIR= ${PREFIX}/lib/thunderbird/extensions
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|