Makefile revision 844
458N/A#
458N/A# CDDL HEADER START
458N/A#
458N/A# The contents of this file are subject to the terms of the
458N/A# Common Development and Distribution License (the "License").
458N/A# You may not use this file except in compliance with the License.
458N/A#
458N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
458N/A# or http://www.opensolaris.org/os/licensing.
458N/A# See the License for the specific language governing permissions
458N/A# and limitations under the License.
458N/A#
458N/A# When distributing Covered Code, include this CDDL HEADER in each
458N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
458N/A# If applicable, add the following below this CDDL HEADER, with the
458N/A# fields enclosed by brackets "[]" replaced with your own identifying
458N/A# information: Portions Copyright [yyyy] [name of copyright owner]
458N/A#
458N/A# CDDL HEADER END
458N/A#
814N/A
458N/A#
458N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
458N/A#
458N/A
458N/Ainclude ../../make-rules/shared-macros.mk
458N/A
458N/ACOMPONENT_NAME= fping
952N/ACOMPONENT_VERSION= 2.4b2_to
618N/AIPS_COMPONENT_VERSION= 2.4.2
458N/ACOMPONENT_PROJECT_URL= http://fping.sourceforge.net/
458N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME).tar.gz
952N/ACOMPONENT_ARCHIVE_HASH= \
618N/A sha256:9f3b3ed7c9fffccefefa9af432eee7244a65592118851f75b5897814cb79b86f
458N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
458N/A
458N/Ainclude ../../make-rules/prep.mk
458N/Ainclude ../../make-rules/configure.mk
581N/Ainclude ../../make-rules/ips.mk
458N/A
458N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
458N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
458N/A
458N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
969N/A
969N/A
969N/A# common targets
969N/Abuild: $(BUILD_32)
969N/A
969N/Ainstall: $(INSTALL_32)
969N/A
458N/Atest: $(NO_TESTS)
458N/A
969N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
969N/A
458N/Ainclude ../../make-rules/depend.mk
458N/A