16 lines
467 B
Makefile
16 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/01 12:55:53 ryoon 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.29:../../www/seamonkey
|
|
|
|
# Path used during the install stage
|
|
XPIDIR= ${PREFIX}/lib/seamonkey/extensions
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|