- Resurrect fancy plugin for the GTK 3 version of Claws Mail. - Clean up dependencies. - Disable GDK deprecation warnings flooding the build log. - Enable i18n of the plugins. - Enable parallel build of plugins. PR: 275236 Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
13 lines
307 B
Makefile
13 lines
307 B
Makefile
PORTNAME= pgp
|
|
|
|
COMMENT= PGP plugins for Claws Mail
|
|
WWW= https://www.claws-mail.org/plugin.php?plugin=gpg
|
|
|
|
LIB_DEPENDS= libgpg-error.so:security/libgpg-error \
|
|
libgpgme.so:security/gpgme
|
|
|
|
CLAWS_PLUGINS_BUILD= pgpcore pgpinline pgpmime smime
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|