Makefile revision 844
255N/A#
255N/A# CDDL HEADER START
255N/A#
255N/A# The contents of this file are subject to the terms of the
255N/A# Common Development and Distribution License (the "License").
255N/A# You may not use this file except in compliance with the License.
255N/A#
255N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
255N/A# or http://www.opensolaris.org/os/licensing.
255N/A# See the License for the specific language governing permissions
255N/A# and limitations under the License.
255N/A#
255N/A# When distributing Covered Code, include this CDDL HEADER in each
255N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
255N/A# If applicable, add the following below this CDDL HEADER, with the
255N/A# fields enclosed by brackets "[]" replaced with your own identifying
255N/A# information: Portions Copyright [yyyy] [name of copyright owner]
255N/A#
255N/A# CDDL HEADER END
255N/A#
255N/A
255N/A#
844N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
255N/A#
255N/A
255N/Ainclude ../../make-rules/shared-macros.mk
255N/A
255N/ACOMPONENT_NAME= fetchmail
489N/ACOMPONENT_VERSION= 6.3.21
255N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
255N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:9b20eededa7d15ab2bde2d4a0c2d169d4882021cd63042ecbed2f13999185502
255N/ACOMPONENT_ARCHIVE_URL= http://download.berlios.de/fetchmail/$(COMPONENT_ARCHIVE)
255N/ACOMPONENT_PROJECT_URL= http://fetchmail.berlios.de/
255N/A
255N/Ainclude ../../make-rules/prep.mk
255N/Ainclude ../../make-rules/configure.mk
255N/Ainclude ../../make-rules/ips.mk
255N/A
255N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
255N/ACONFIGURE_OPTIONS += am_cv_python_pythondir="$(PYTHON_VENDOR_PACKAGES)"
255N/ACONFIGURE_OPTIONS += --with-kerberos5
255N/ACONFIGURE_OPTIONS += --with-ssl
255N/ACONFIGURE_OPTIONS += --enable-NTLM
255N/A
255N/A# common targets
255N/Abuild: $(BUILD_32)
255N/A
255N/Ainstall: $(INSTALL_32)
255N/A
255N/Atest: $(TEST_32)
255N/A
255N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
255N/A
255N/Ainclude ../../make-rules/depend.mk