pkgsrc/mail/thunderbird-enigmail/Makefile
ryoon dd22d2a954 Import thunderbird-enigmail-1.8.2 as mail/thunderbird-enigmail.
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.
2015-07-01 12:54:32 +00:00

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"