Makefile revision 3996
303N/A#
303N/A# CDDL HEADER START
303N/A#
303N/A# The contents of this file are subject to the terms of the
303N/A# Common Development and Distribution License (the "License").
303N/A# You may not use this file except in compliance with the License.
303N/A#
303N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
303N/A# or http://www.opensolaris.org/os/licensing.
303N/A# See the License for the specific language governing permissions
303N/A# and limitations under the License.
303N/A#
303N/A# When distributing Covered Code, include this CDDL HEADER in each
303N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
303N/A# If applicable, add the following below this CDDL HEADER, with the
303N/A# fields enclosed by brackets "[]" replaced with your own identifying
303N/A# information: Portions Copyright [yyyy] [name of copyright owner]
303N/A#
303N/A# CDDL HEADER END
303N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
303N/A#
303N/Ainclude ../../../make-rules/shared-macros.mk
303N/A
303N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
303N/A
303N/ACOMPONENT_NAME= Mako
4663N/ACOMPONENT_VERSION= 0.4.1
303N/ACOMPONENT_PROJECT_URL= http://www.makotemplates.org/
303N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
303N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
4663N/A sha256:c282a6bb1c15571e1bc1612df58e6b5bb8d3d7c57169e641434bb50d303af6e9
303N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)downloads/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= python-mod/mako
303N/A
4663N/ATPNO= 10020
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
303N/A
303N/A# common targets
303N/Abuild: $(BUILD_NO_ARCH)
303N/A
303N/Ainstall: $(INSTALL_NO_ARCH)
303N/A
303N/Atest: $(NO_TESTS)
303N/A
303N/A
303N/A