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