257N/A#
257N/A# CDDL HEADER START
257N/A#
257N/A# The contents of this file are subject to the terms of the
257N/A# Common Development and Distribution License (the "License").
257N/A# You may not use this file except in compliance with the License.
257N/A#
257N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
257N/A# or http://www.opensolaris.org/os/licensing.
257N/A# See the License for the specific language governing permissions
257N/A# and limitations under the License.
257N/A#
257N/A# When distributing Covered Code, include this CDDL HEADER in each
257N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
257N/A# If applicable, add the following below this CDDL HEADER, with the
257N/A# fields enclosed by brackets "[]" replaced with your own identifying
257N/A# information: Portions Copyright [yyyy] [name of copyright owner]
257N/A#
257N/A# CDDL HEADER END
257N/A#
257N/A
257N/A#
5452N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
257N/A#
5680N/ABUILD_BITS= 64
257N/Ainclude ../../make-rules/shared-macros.mk
257N/A
257N/ACOMPONENT_NAME= mutt
6425N/ACOMPONENT_VERSION= 1.6.1
844N/ACOMPONENT_ARCHIVE_HASH= \
6425N/A sha256:98b26cecc6b1713082fc880344fa345c20bd7ded6459abe18c84429c7cf8ed20
6425N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.mutt.org/pub/mutt/$(COMPONENT_ARCHIVE)
257N/ACOMPONENT_PROJECT_URL= http://www.mutt.org/
257N/A
6425N/ATPNO= 29951
2899N/A
7243N/A# Enable adiheap and adistack security extensions
7243N/AADIHEAP_MODE = $(ADIHEAP_ENABLE)
7243N/AADISTACK_MODE = $(ADISTACK_ENABLE)
7243N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
257N/A
257N/ACONFIGURE_OPTIONS += --sysconfdir="$(ETCDIR)/$(COMPONENT_NAME)"
257N/ACONFIGURE_OPTIONS += --enable-pop
257N/ACONFIGURE_OPTIONS += --enable-imap
257N/ACONFIGURE_OPTIONS += --enable-smtp
257N/ACONFIGURE_OPTIONS += --enable-hcache
257N/ACONFIGURE_OPTIONS += --with-gdbm
257N/ACONFIGURE_OPTIONS += --with-regex
5812N/ACONFIGURE_OPTIONS += --with-curses
257N/ACONFIGURE_OPTIONS += --with-ssl
257N/ACONFIGURE_OPTIONS += --with-idn
257N/ACFLAGS += -I"$(USRINCDIR)/idn"
257N/ACONFIGURE_OPTIONS += --with-wc-funcs
257N/ACONFIGURE_OPTIONS += --with-sasl
257N/A
3817N/AREQUIRED_PACKAGES += data/docbook/docbook-dtds
3817N/AREQUIRED_PACKAGES += data/docbook/docbook-style-dsssl
3817N/AREQUIRED_PACKAGES += data/docbook/docbook-style-xsl
5081N/AREQUIRED_PACKAGES += data/xml-common
3817N/AREQUIRED_PACKAGES += library/database/gdbm
3817N/AREQUIRED_PACKAGES += library/libidn
5812N/AREQUIRED_PACKAGES += library/ncurses
3817N/AREQUIRED_PACKAGES += library/security/openssl
5795N/AREQUIRED_PACKAGES += $(PERL_PKG)
3817N/AREQUIRED_PACKAGES += shell/ksh93
3817N/AREQUIRED_PACKAGES += system/library/math
3817N/AREQUIRED_PACKAGES += system/library/security/libsasl
5452N/AREQUIRED_PACKAGES += system/library/security/libsasl2