blob: 2fcd9cdb0f7cd7fd8f43e7107adb7262ae313627 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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"
|