diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-10 23:03:52 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-10 23:03:52 +0000 |
commit | cafa6b4f9ef27e9117bf6ff95613b042b70e7a8a (patch) | |
tree | fab599c546600cea0270f13ba527add18b3ccaa5 /mail/msmtp | |
parent | e1652f1472958fefa0b27019729387731ffc0e49 (diff) |
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index c859be567a3a..a0798544ff05 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -21,6 +21,14 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= msmtp.1 INFO= msmtp +OPTIONS= GNUTLS "Adds GnuTLS support" off \ + OPENSSL "Adds support for SSL (Secure Socket Layer)" off \ + GSASL "Adds GSASL support" off \ + NLS "Native Language Support via gettext utilities" on \ + IDN "Enable Internationalized Domain Names" on \ + +.include <bsd.port.options.mk> + .if defined(WITH_GNUTLS) LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-ssl=gnutls |