blob: 0a1925f50ca595816162c0c330e357079efd5cf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.7 2016/07/21 13:00:40 wiz 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>=38:../../mail/thunderbird
# Path used during the install stage
XPIDIR= ${PREFIX}/lib/thunderbird/extensions
.include "../../mk/bsd.pkg.mk"
|