Makefile revision 4337
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/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, 2015, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/Ainclude ../../../make-rules/shared-macros.mk
919N/A
0N/ACOMPONENT_NAME= Tk
0N/A# pkg does not like leading zeros, removed zero after dot.
0N/ACOMPONENT_VERSION= 804.31
156N/AHUMAN_VERSION= 804.031
493N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
0N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
0N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~srezic/Tk
851N/ACOMPONENT_ARCHIVE_HASH= \
0N/A sha256:ce8d857a82a77f6bad3f94c1a8c3e3f32d5489bfb41619c3b8cae00103428054
911N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/$(COMPONENT_ARCHIVE)
911N/ACOMPONENT_BUGDB= perl-mod/tk
911N/A
911N/ATPNO= 13259
0N/A
0N/Ainclude $(WS_MAKE_RULES)/prep.mk
0N/Ainclude $(WS_MAKE_RULES)/ips.mk
851N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
0N/A
156N/A# override LIBS so that the Tk.so RunPATH doesn't get set.
156N/ACONFIGURE_OPTIONS += LIBS="-lXft -lX11 -lfontconfig -lm -lc"
0N/A
70N/A# Disbale ASLR for this module.
173N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
156N/A
493N/ACOMPONENT_TEST_TARGETS = test
156N/A
0N/Abuild: $(BUILD_32_and_64)
0N/A
0N/Ainstall: $(INSTALL_32_and_64)
0N/A
965N/Atest: $(TEST_32_and_64)
0N/A
156N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
173N/A
0N/A
156N/AREQUIRED_PACKAGES += runtime/tk-8
156N/AREQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/fontconfig
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += x11/library/libx11
REQUIRED_PACKAGES += x11/library/libxft