summaryrefslogtreecommitdiff
path: root/mail/claws-mail
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2007-09-18 03:18:23 +0000
committersmb <smb@pkgsrc.org>2007-09-18 03:18:23 +0000
commit066ee34bed3431ff16e194141bcb252c171d69d8 (patch)
tree92290151d2b8fe9dd8e912986dcbd3ab37b30b3a /mail/claws-mail
parent5f6de9b0fd058700d41572ae52bdf489f5df9abf (diff)
downloadpkgsrc-066ee34bed3431ff16e194141bcb252c171d69d8.tar.gz
Part of the 3.0.1 update that I missed...
Diffstat (limited to 'mail/claws-mail')
-rw-r--r--mail/claws-mail/openssl.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/claws-mail/openssl.mk b/mail/claws-mail/openssl.mk
new file mode 100644
index 00000000000..0d6c66ce8e8
--- /dev/null
+++ b/mail/claws-mail/openssl.mk
@@ -0,0 +1,7 @@
+# $NetBSD: openssl.mk,v 1.1 2007/09/18 03:18:23 smb Exp $
+#
+
+# for SMTP, POP3 and IMAP over SSL
+# set these just in case we don't have a pkg-config file for openssl
+CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${BUILDLINK_PREFIX.openssl}/include"
+CONFIGURE_ENV+= OPENSSL_LIBS="-L${BUILDLINK_PREFIX.openssl}/lib -lssl -lcrypto"