1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/lynx/files/pkg-message.in
Rong-En Fan 641aa14c2d - With latest Lynx (2.8.6), no need to add --with-curses-dir. It works fine
with/without devel/ncurses installed. This also causes problem when
  you specify to use OpenSSL from ports, as we add -L/usr before -L/usr/local.
- Add OPENSSLBASE to --with-ssl, no need to patch configurate script anymore.
- Add some instructions for using SSL

PR:		ports/118096
Submitted by:	bf <bf2006a at yahoo.com>
Approved by:	Jason Harris <jharris at widomaker.com> (maintainer)
2007-12-13 08:38:21 +00:00

14 lines
400 B
Plaintext

To enable certificate handling for SSL connnections, set
SSL_CERT_DIR and SSL_CERT_FILE in your environment to the
proper values (depending upon which SSL library
%%PREFIX%%/bin/lynx uses), as described in:
%%DOCSDIR%%/docs/README.sslcerts
and:
%%DOCSDIR%%/docs/README.rootcerts.
You may also need to generate keys and certificates as
described in the latter document and your SSL documentation.