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