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