summaryrefslogtreecommitdiff
path: root/mail/claws-mail/openssl.mk
blob: 0d6c66ce8e8e04145ada456823151a64e57871b9 (plain)
1
2
3
4
5
6
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"