Makefile revision 1364
2271N/A#
2271N/A# CDDL HEADER START
2271N/A#
2271N/A# The contents of this file are subject to the terms of the
2271N/A# Common Development and Distribution License (the "License").
2271N/A# You may not use this file except in compliance with the License.
2271N/A#
2271N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2271N/A# or http://www.opensolaris.org/os/licensing.
2271N/A# See the License for the specific language governing permissions
2271N/A# and limitations under the License.
2271N/A#
2271N/A# When distributing Covered Code, include this CDDL HEADER in each
2271N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2271N/A# If applicable, add the following below this CDDL HEADER, with the
2271N/A# fields enclosed by brackets "[]" replaced with your own identifying
2271N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2271N/A#
2271N/A# CDDL HEADER END
2271N/A#
2271N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
2271N/A#
2271N/Ainclude ../../../make-rules/shared-macros.mk
2271N/A
2271N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
2271N/A
2271N/ACOMPONENT_NAME= pyOpenSSL
2271N/ACOMPONENT_VERSION= 0.11
2271N/ACOMPONENT_PROJECT_URL= http://pyopenssl.sourceforge.net/
2271N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2271N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2271N/ACOMPONENT_ARCHIVE_HASH= \
2271N/A sha256:42ae2dc29a5ebf5088521cb8df2b1bdf039d28e14845fd9df4ab59658b565cfd
2271N/ACOMPONENT_ARCHIVE_URL= http://launchpad.net/pyopenssl/main/0.11/+download/$(COMPONENT_ARCHIVE)
2271N/ACOMPONENT_BUGDB= python-mod/pyopenssl
2271N/A
2271N/Ainclude $(WS_TOP)/make-rules/prep.mk
2271N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
2271N/Ainclude $(WS_TOP)/make-rules/ips.mk
2271N/A
2271N/A# common targets
2271N/Abuild: $(BUILD_32_and_64)
2271N/A
2271N/Ainstall: $(INSTALL_32_and_64)
2271N/A
2271N/Atest: $(NO_TESTS)
2271N/A
2271N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2271N/A
2271N/Ainclude $(WS_TOP)/make-rules/depend.mk
2271N/A