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