Makefile revision 5795
12N/A#
12N/A# CDDL HEADER START
12N/A#
12N/A# The contents of this file are subject to the terms of the
12N/A# Common Development and Distribution License (the "License").
12N/A# You may not use this file except in compliance with the License.
12N/A#
12N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12N/A# or http://www.opensolaris.org/os/licensing.
12N/A# See the License for the specific language governing permissions
12N/A# and limitations under the License.
12N/A#
12N/A# When distributing Covered Code, include this CDDL HEADER in each
12N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
12N/A# If applicable, add the following below this CDDL HEADER, with the
12N/A# fields enclosed by brackets "[]" replaced with your own identifying
12N/A# information: Portions Copyright [yyyy] [name of copyright owner]
12N/A#
12N/A# CDDL HEADER END
12N/A#
859N/A
12N/A#
12N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
12N/A#
12N/ABUILD_BITS= 64
375N/Ainclude ../../make-rules/shared-macros.mk
12N/A
12N/ACOMPONENT_NAME= mutt
12N/ACOMPONENT_VERSION= 1.5.21
12N/ACOMPONENT_ARCHIVE_HASH= \
12N/A sha256:2141f36e8d0f4f71c9ca6780001e7cc679fe313e643953fc07f001223e67c4a0
30N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.mutt.org/mutt/devel/$(COMPONENT_ARCHIVE)
30N/ACOMPONENT_PROJECT_URL= http://www.mutt.org/
30N/A
97N/ATPNO= 9259
849N/A
849N/ATEST_TARGET= $(NO_TESTS)
120N/Ainclude $(WS_MAKE_RULES)/common.mk
124N/A
124N/ACONFIGURE_OPTIONS += --sysconfdir="$(ETCDIR)/$(COMPONENT_NAME)"
708N/ACONFIGURE_OPTIONS += --enable-pop
181N/ACONFIGURE_OPTIONS += --enable-imap
181N/ACONFIGURE_OPTIONS += --enable-smtp
430N/ACONFIGURE_OPTIONS += --enable-hcache
448N/ACONFIGURE_OPTIONS += --with-gdbm
30N/ACONFIGURE_OPTIONS += --with-regex
859N/ACONFIGURE_OPTIONS += --with-slang
859N/ACONFIGURE_OPTIONS += --with-ssl
859N/ACONFIGURE_OPTIONS += --with-idn
395N/ACFLAGS += -I"$(USRINCDIR)/idn"
12N/ACONFIGURE_OPTIONS += --with-wc-funcs
859N/ACONFIGURE_OPTIONS += --with-sasl
859N/A
859N/A# Add in the C compiler information to the muttbug (a.k.a. flea) script.
20N/ACOMPONENT_POST_CONFIGURE_ACTION = \
859N/A $(GSED) -i 's%XXX-CUSAGE-XXX%$(shell $(CC) -V 2>&1 | head -1)%' \
859N/A $(BUILD_DIR_64)/muttbug.sh
859N/A
859N/AREQUIRED_PACKAGES += data/docbook/docbook-dtds
859N/AREQUIRED_PACKAGES += data/docbook/docbook-style-dsssl
859N/AREQUIRED_PACKAGES += data/docbook/docbook-style-xsl
33N/AREQUIRED_PACKAGES += data/xml-common
859N/AREQUIRED_PACKAGES += library/database/gdbm
859N/AREQUIRED_PACKAGES += library/libidn
859N/AREQUIRED_PACKAGES += library/security/openssl
859N/AREQUIRED_PACKAGES += library/slang
859N/AREQUIRED_PACKAGES += $(PERL_PKG)
859N/AREQUIRED_PACKAGES += shell/ksh93
422N/AREQUIRED_PACKAGES += system/library/math
422N/AREQUIRED_PACKAGES += system/library/security/libsasl
883N/AREQUIRED_PACKAGES += system/library/security/libsasl2
30N/A