Makefile revision 2428
2374N/A#
2374N/A# CDDL HEADER START
2374N/A#
2374N/A# The contents of this file are subject to the terms of the
2374N/A# Common Development and Distribution License (the "License").
2374N/A# You may not use this file except in compliance with the License.
2374N/A#
2374N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2374N/A# or http://www.opensolaris.org/os/licensing.
2374N/A# See the License for the specific language governing permissions
2374N/A# and limitations under the License.
2374N/A#
2374N/A# When distributing Covered Code, include this CDDL HEADER in each
2374N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2374N/A# If applicable, add the following below this CDDL HEADER, with the
2374N/A# fields enclosed by brackets "[]" replaced with your own identifying
2374N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2374N/A#
2374N/A# CDDL HEADER END
2374N/A#
2374N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
2374N/A#
2374N/Ainclude ../../../make-rules/shared-macros.mk
2374N/A
2374N/ACOMPONENT_NAME= Tk
2374N/A# pkg does not like leading zeros, removed zero after dot.
2374N/ACOMPONENT_VERSION= 804.31
2374N/AHUMAN_VERSION= 804.031
2374N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
2374N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2374N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~srezic/Tk
2374N/ACOMPONENT_ARCHIVE_HASH= \
2374N/A sha256:ce8d857a82a77f6bad3f94c1a8c3e3f32d5489bfb41619c3b8cae00103428054
2374N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/$(COMPONENT_ARCHIVE)
2374N/ACOMPONENT_BUGDB= perl-mod/tk
2374N/A
2374N/Ainclude $(WS_TOP)/make-rules/prep.mk
2374N/Ainclude $(WS_TOP)/make-rules/ips.mk
2374N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
2374N/A
2428N/A# override LIBS so that the Tk.so RunPATH doesn't get set.
2428N/ACONFIGURE_OPTIONS += LIBS="-lXft -lX11 -lfontconfig -lm -lc"
2428N/A
2374N/A# Disbale ASLR for this module.
2374N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2374N/A
2374N/ACOMPONENT_TEST_TARGETS = test
2374N/A
2374N/Abuild: $(BUILD_32_and_64)
2374N/A
2374N/Ainstall: $(INSTALL_32_and_64)
2374N/A
2374N/Atest: $(TEST_32_and_64)
2374N/A
2374N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2374N/A
2374N/Ainclude $(WS_TOP)/make-rules/depend.mk