Makefile revision 3817
409N/A#
382N/A# CDDL HEADER START
382N/A#
382N/A# The contents of this file are subject to the terms of the
382N/A# Common Development and Distribution License (the "License").
382N/A# You may not use this file except in compliance with the License.
382N/A#
382N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
382N/A# or http://www.opensolaris.org/os/licensing.
382N/A# See the License for the specific language governing permissions
382N/A# and limitations under the License.
382N/A#
382N/A# When distributing Covered Code, include this CDDL HEADER in each
382N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
382N/A# If applicable, add the following below this CDDL HEADER, with the
382N/A# fields enclosed by brackets "[]" replaced with your own identifying
382N/A# information: Portions Copyright [yyyy] [name of copyright owner]
382N/A#
382N/A# CDDL HEADER END
382N/A#
382N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
873N/A#
382N/Ainclude ../../../make-rules/shared-macros.mk
382N/A
382N/ACOMPONENT_NAME= App-ClusterSSH
382N/ACOMPONENT_VERSION= 4.2.1
382N/AHUMAN_VERSION= 4.02_01
451N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
382N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
382N/ACOMPONENT_ARCHIVE_HASH= \
941N/A sha256:4f1c1fc151f4dc38d3f5e5803fb39a2eee15b797650ca94cd6f673a670cdaad5
873N/A# This project is registered on SourceForge and CPAN
873N/ACOMPONENT_PROJECT_URL= http://sourceforge.net/projects/clusterssh/
382N/ACOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/project/clusterssh/2.%20ClusterSSH%20Series%204/$(COMPONENT_ARCHIVE)
873N/ACOMPONENT_BUGDB= utility/cssh
873N/A
873N/ATPNO= 13257
873N/A
873N/Ainclude $(WS_MAKE_RULES)/prep.mk
873N/Ainclude $(WS_MAKE_RULES)/ips.mk
873N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
873N/A
873N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
873N/A
873N/Abuild: $(BUILD_32_and_64)
873N/A
873N/Ainstall: $(INSTALL_32_and_64)
873N/A
873N/Atest: $(NO_TESTS)
873N/A
873N/A
873N/AREQUIRED_PACKAGES += library/perl-5/perl-x11-protocol
873N/AREQUIRED_PACKAGES += library/perl-5/perl-x11-protocol-512
873N/AREQUIRED_PACKAGES += library/perl-5/perl-x11-protocol-516
873N/AREQUIRED_PACKAGES += library/perl5/perl-tk
873N/AREQUIRED_PACKAGES += library/perl5/perl-tk-512
873N/AREQUIRED_PACKAGES += library/perl5/perl-tk-516
873N/AREQUIRED_PACKAGES += shell/ksh93
873N/AREQUIRED_PACKAGES += system/library
873N/A