pkgsrc/mail/claws-mail-pgpcore/Makefile
wiz 5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00

30 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.23 2012/02/06 12:40:48 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
PLUGIN_NAME= pgpcore
.include "../../mail/claws-mail/plugins.mk"
PKGREVISION= 1
MAINTAINER= pkgsrc-users@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"