summaryrefslogtreecommitdiff
path: root/mail/claws-mail-pgpmime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail-pgpmime/Makefile')
-rw-r--r--mail/claws-mail-pgpmime/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/mail/claws-mail-pgpmime/Makefile b/mail/claws-mail-pgpmime/Makefile
new file mode 100644
index 00000000000..e372608f46e
--- /dev/null
+++ b/mail/claws-mail-pgpmime/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:56 smb Exp $
+#
+
+PLUGIN_NAME= pgpmime
+.include "../../mail/claws-mail/plugins.mk"
+
+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}:../../mail/claws-mail-pgpcore
+
+PLIST_SRC+= PLIST
+
+.include "../../security/gpgme/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"