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