Makefile revision 783
86N/A#
86N/A# CDDL HEADER START
86N/A#
86N/A# The contents of this file are subject to the terms of the
86N/A# Common Development and Distribution License (the "License").
86N/A# You may not use this file except in compliance with the License.
86N/A#
86N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
86N/A# or http://www.opensolaris.org/os/licensing.
86N/A# See the License for the specific language governing permissions
86N/A# and limitations under the License.
86N/A#
86N/A# When distributing Covered Code, include this CDDL HEADER in each
86N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
86N/A# If applicable, add the following below this CDDL HEADER, with the
86N/A# fields enclosed by brackets "[]" replaced with your own identifying
86N/A# information: Portions Copyright [yyyy] [name of copyright owner]
86N/A#
86N/A# CDDL HEADER END
86N/A#
86N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
3661N/A#
86N/Ainclude ../../../make-rules/shared-macros.mk
86N/A
86N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
86N/A
86N/ACOMPONENT_NAME= CherryPy
618N/ACOMPONENT_VERSION= 3.1.2
86N/ACOMPONENT_PROJECT_URL= http://www.cherrypy.org/
86N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= sha1:a94aedfd0e675858dbcc32dd250c23d285ee9b88
86N/ACOMPONENT_ARCHIVE_URL= http://download.cherrypy.org/cherrypy/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
1273N/A
86N/APATCH_LEVEL=0
3661N/A
3661N/Ainclude $(WS_TOP)/make-rules/prep.mk
86N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
86N/Ainclude $(WS_TOP)/make-rules/ips.mk
86N/A
86N/ACOMPONENT_POST_INSTALL_ACTION = \
86N/A (cd $(PROTO_DIR)/usr/bin ; $(MV) -f cherryd cherryd$(PYTHON_VERSION))
86N/A
86N/A
86N/A# common targets
2238N/Abuild: $(BUILD_32)
2238N/A
2238N/Ainstall: $(INSTALL_32)
86N/A
86N/Atest: $(NO_TESTS)
86N/A
86N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
86N/A
86N/Ainclude $(WS_TOP)/make-rules/depend.mk
86N/A