blob: cee6831f94b2761684bc75c3648bbc26c57916f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.14 2010/09/14 11:02:17 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
PLUGIN_NAME= pgpmime
.include "../../mail/claws-mail/plugins.mk"
PKGREVISION= 2
MAINTAINER= smb@NetBSD.org
COMMENT= Handles PGP/MIME signed and/or encrypted mails
CONFIGURE_ARGS+= --enable-gpgme
CONFIGURE_ARGS+= --enable-pgpcore-plugin
CONFIGURE_ARGS+= --enable-pgpmime-plugin
DEPENDS+= claws-mail-pgpcore-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail-pgpcore
PLIST_SRC+= PLIST
.include "../../security/gpgme/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|