Makefile revision 7243
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#
3817N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
257N/A#
257N/ABUILD_BITS= 64
257N/Ainclude ../../make-rules/shared-macros.mk
257N/A
257N/ACOMPONENT_NAME= mutt
257N/ACOMPONENT_VERSION= 1.6.1
257N/ACOMPONENT_ARCHIVE_HASH= \
257N/A sha256:98b26cecc6b1713082fc880344fa345c20bd7ded6459abe18c84429c7cf8ed20
844N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.mutt.org/pub/mutt/$(COMPONENT_ARCHIVE)
844N/ACOMPONENT_PROJECT_URL= http://www.mutt.org/
257N/A
257N/ATPNO= 29951
1258N/A
257N/A# Enable adiheap and adistack security extensions
2899N/AADIHEAP_MODE = $(ADIHEAP_ENABLE)
2899N/AADISTACK_MODE = $(ADISTACK_ENABLE)
3817N/A
3817N/ATEST_TARGET= $(NO_TESTS)
3817N/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
257N/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
257N/AREQUIRED_PACKAGES += data/docbook/docbook-dtds
617N/AREQUIRED_PACKAGES += data/docbook/docbook-style-dsssl
617N/AREQUIRED_PACKAGES += data/docbook/docbook-style-xsl
617N/AREQUIRED_PACKAGES += data/xml-common
1600N/AREQUIRED_PACKAGES += library/database/gdbm
617N/AREQUIRED_PACKAGES += library/libidn
1451N/AREQUIRED_PACKAGES += library/ncurses
1451N/AREQUIRED_PACKAGES += library/security/openssl
257N/AREQUIRED_PACKAGES += $(PERL_PKG)
3477N/AREQUIRED_PACKAGES += shell/ksh93
3477N/AREQUIRED_PACKAGES += system/library/math
1600N/AREQUIRED_PACKAGES += system/library/security/libsasl
257N/AREQUIRED_PACKAGES += system/library/security/libsasl2
1600N/A