Changeset View
Changeset View
Standalone View
Standalone View
Mk/Uses/ssl.mk
| # Handle dependency on *ssl ports. | # Handle dependency on *ssl ports. | ||||
| # | # | ||||
| # Feature: SSL_DEFAULT | # Feature: SSL_DEFAULT | ||||
| # Usage: USES=ssl | # Usage: USES=ssl | ||||
| # Valid ARGS: none (build and run), build, run | # Valid ARGS: none (build and run), build, run | ||||
| # | # | ||||
| # The user can choose which ssl library they want with: | # The user can choose which ssl library they want with: | ||||
| # | # | ||||
| # DEFAULT_VERSIONS+= ssl=<openssl variant> | # DEFAULT_VERSIONS+= ssl=<openssl variant> | ||||
| # | # | ||||
| # When updating this, please also update the same list in bsd.default-versions.mk | # When updating this, please also update the same list in bsd.default-versions.mk | ||||
| # and the checks for USES=ssl in qa.sh! | # and the checks for USES=ssl in qa.sh! | ||||
| # Variants being base, openssl, openssl111, openssl33, openssl34, openssl35, | # Variants being base, openssl, openssl33, openssl34, openssl35, | ||||
| # openssl36, libressl, and libressl-devel. | # openssl36, libressl, and libressl-devel. | ||||
| # | # | ||||
| # The Makefile sets these variables: | # The Makefile sets these variables: | ||||
| # OPENSSLBASE - "/usr" or ${LOCALBASE} | # OPENSSLBASE - "/usr" or ${LOCALBASE} | ||||
| # OPENSSLDIR - path to openssl | # OPENSSLDIR - path to openssl | ||||
| # OPENSSLLIB - path to the libs | # OPENSSLLIB - path to the libs | ||||
| # OPENSSLINC - path to the matching includes | # OPENSSLINC - path to the matching includes | ||||
| # OPENSSLRPATH - rpath for dynamic linker | # OPENSSLRPATH - rpath for dynamic linker | ||||
| ▲ Show 20 Lines • Show All 109 Lines • Show Last 20 Lines | |||||