2008-10-15 18:22:02 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2008/10/15 16:22:03 smb Exp $
|
2007-08-03 04:34:35 +02:00
|
|
|
#
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2007-08-03 04:34:35 +02:00
|
|
|
|
|
|
|
PLUGIN_NAME= pgpinline
|
|
|
|
.include "../../mail/claws-mail/plugins.mk"
|
|
|
|
|
|
|
|
MAINTAINER= smb@NetBSD.org
|
|
|
|
COMMENT= Handles PGP/Inline signed and/or encrypted mails
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-gpgme
|
|
|
|
CONFIGURE_ARGS+= --enable-pgpcore-plugin
|
|
|
|
CONFIGURE_ARGS+= --enable-pgpinline-plugin
|
|
|
|
|
2008-10-15 18:22:02 +02:00
|
|
|
DEPENDS+= claws-mail-pgpcore-3.6.1{,nb[0-9]*}:../../mail/claws-mail-pgpcore
|
2007-08-03 04:34:35 +02:00
|
|
|
|
|
|
|
PLIST_SRC+= PLIST
|
|
|
|
|
|
|
|
.include "../../security/gpgme/buildlink3.mk"
|
2008-10-15 18:22:02 +02:00
|
|
|
.include "../../security/gnutls/buildlink3.mk"
|
2007-08-03 04:34:35 +02:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|