Makefile revision 1226
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# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
305N/A#
3817N/Ainclude ../../make-rules/shared-macros.mk
305N/A
305N/ACOMPONENT_NAME = neon
305N/ACOMPONENT_VERSION = 0.29.6
305N/ACOMPONENT_PROJECT_URL= http://www.webdav.org/neon/
305N/ACOMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2912N/ACOMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz
2912N/ACOMPONENT_ARCHIVE_HASH = \
586N/A sha256:9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43
618N/ACOMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
586N/A
305N/Ainclude ../../make-rules/prep.mk
844N/Ainclude ../../make-rules/configure.mk
2912N/Ainclude ../../make-rules/ips.mk
305N/A
1258N/APATCH_LEVEL = 0
305N/A
305N/ACC += $(CC_BITS)
305N/ACPPFLAGS += $(CPP_LARGEFILES)
1765N/A
305N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
305N/ACONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
844N/A
1765N/ACONFIGURE_OPTIONS += --localstatedir=/var
305N/ACONFIGURE_OPTIONS += --mandir=/usr/share/man
305N/ACONFIGURE_OPTIONS += --infodir=/usr/share/info
2912N/ACONFIGURE_OPTIONS += --enable-shared
2899N/ACONFIGURE_OPTIONS += --disable-static
2899N/ACONFIGURE_OPTIONS += --enable-webdav
3817N/ACONFIGURE_OPTIONS += --enable-threadsafe-ssl=posix
3817N/ACONFIGURE_OPTIONS += --enable-nls
3817N/ACONFIGURE_OPTIONS += --disable-warnings
305N/ACONFIGURE_OPTIONS += --disable-ld-version-script
305N/ACONFIGURE_OPTIONS += --with-zlib
305N/ACONFIGURE_OPTIONS += --with-ssl=openssl
305N/ACONFIGURE_OPTIONS += --with-libproxy
305N/ACONFIGURE_OPTIONS += --with-libxml2
2912N/A
305N/ACOMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
2729N/A
3932N/Abuild: $(BUILD_32_and_64)
455N/A
455N/Ainstall: $(INSTALL_32_and_64)
1794N/A
305N/Atest: $(TEST_32_and_64)
305N/A
305N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
305N/A
305N/Ainclude ../../make-rules/depend.mk
305N/A
305N/A