summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsmb <smb>2007-09-18 03:18:23 +0000
committersmb <smb>2007-09-18 03:18:23 +0000
commitd08d2859b97360abaf751bccae10e0d83b89b09b (patch)
tree92290151d2b8fe9dd8e912986dcbd3ab37b30b3a /mail
parentc873ef1061844e389ae4c87278df2a04f0327352 (diff)
downloadpkgsrc-d08d2859b97360abaf751bccae10e0d83b89b09b.tar.gz
Part of the 3.0.1 update that I missed...
Diffstat (limited to '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"