1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

- Include SSL in OPTIONS (like lang/php4, mail/courier-imap, mail/qmail, etc)

PR:		83420
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
This commit is contained in:
Roman Bogorodskiy 2005-07-14 05:06:30 +00:00
parent 71fda6e697
commit 2a5056c9fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139169

View File

@ -20,20 +20,21 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
OPTIONS= IPV6 "Support for IPv6 connections" off \
DEBUG "Enable debug information (for developers)" off
DEBUG "Enable debug information (for developers)" off \
SSL "Enable SSL support" off
PLIST_FILES= bin/nbsmtp
MAN5= nbsmtprc.5
MAN8= nbsmtp.8
.include <bsd.port.pre.mk>
.if defined(WITH_SSL)
USE_OPENSSL= yes
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
CONFIGURE_ARGS+= --enable-ssl
.endif
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif