pkgsrc/mail/claws-mail-pgpcore/Makefile
drochner 3a69f21271 update claws-mail to 3.7.5 and adjust plugins as necessary
changes:
-many bugfixes
-spellchecker, printing and other UI improvements
-documentation and translation updates
approved by smb
2010-02-03 19:45:04 +00:00

28 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.15 2010/02/03 19:45:05 drochner Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
PLUGIN_NAME= pgpcore
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb@NetBSD.org
COMMENT= Handles core PGP functions
PLIST_SRC+= PLIST
PLIST_SRC+= PLIST
CONFIGURE_ARGS+= --enable-gpgme
CONFIGURE_ARGS+= --enable-pgpcore-plugin
CONFIGURE_ARGS+= --enable-pgpmime-plugin
CONFIGURE_ARGS+= --enable-pgpinline-plugin
DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
#DEPENDS+= gnupg>=1.4.9:../../security/gnupg
DEPENDS+= gpgme>=1.1.4nb2:../../security/gpgme
.include "../../mail/claws-mail/Makefile.vers"
.include "../../security/gpgme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"