diff options
Diffstat (limited to 'mail/thunderbird-enigmail/Makefile')
-rw-r--r-- | mail/thunderbird-enigmail/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/thunderbird-enigmail/Makefile b/mail/thunderbird-enigmail/Makefile new file mode 100644 index 00000000000..e315c6abf0c --- /dev/null +++ b/mail/thunderbird-enigmail/Makefile @@ -0,0 +1,15 @@ +# $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" |