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#
5680N/A
5680N/A#
5575N/A# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
2374N/A#
5795N/ABUILD_BITS= 64
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.
4744N/ACOMPONENT_VERSION= 804.33
4744N/AHUMAN_VERSION= 804.033
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= \
4744N/A sha256:84756e9b07a2555c8eecf88e63d5cbbba9b1aa97b1e71a3d4aa524a7995a88ad
2374N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/$(COMPONENT_ARCHIVE)
2374N/ACOMPONENT_BUGDB= perl-mod/tk
2374N/A
4744N/ATPNO= 22548
2899N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
3817N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
2374N/A
5795N/A# This component loves openwin.
5795N/ACONFIGURE_OPTIONS += X11INC=/usr/X11/include
5795N/ACONFIGURE_OPTIONS += X11LIB=/usr/X11/lib/64
2428N/A
2374N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2374N/A
2374N/ACOMPONENT_TEST_TARGETS = test
2374N/A
5795N/Abuild: $(BUILD_64)
5795N/A
5795N/Ainstall: $(INSTALL_64)
2374N/A
5795N/A# Tests work but require an X display and for some reason does not like
5795N/A# our test harness. Unable to connect to X display.
5795N/A# 23107507 perl-tk tests fail to work inside the userland test framework
5795N/Atest: $(TEST_64)
2374N/A
4337N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
4337N/A
3817N/AREQUIRED_PACKAGES += runtime/tk-8
3817N/AREQUIRED_PACKAGES += system/library
3817N/AREQUIRED_PACKAGES += system/library/fontconfig
3817N/AREQUIRED_PACKAGES += system/library/math
3817N/AREQUIRED_PACKAGES += x11/library/libx11
3817N/AREQUIRED_PACKAGES += x11/library/libxft