Makefile revision 5680
1605N/A#
1605N/A# CDDL HEADER START
1605N/A#
1605N/A# The contents of this file are subject to the terms of the
1605N/A# Common Development and Distribution License (the "License").
1605N/A# You may not use this file except in compliance with the License.
1605N/A#
1605N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1605N/A# or http://www.opensolaris.org/os/licensing.
1605N/A# See the License for the specific language governing permissions
1605N/A# and limitations under the License.
1605N/A#
1605N/A# When distributing Covered Code, include this CDDL HEADER in each
1605N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1605N/A# If applicable, add the following below this CDDL HEADER, with the
1605N/A# fields enclosed by brackets "[]" replaced with your own identifying
1605N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1605N/A#
1605N/A# CDDL HEADER END
1605N/A#
1605N/A
1605N/A#
2899N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
1605N/A#
1605N/ABUILD_BITS= 64
1605N/Ainclude ../../make-rules/shared-macros.mk
1605N/A
1605N/ACOMPONENT_NAME= hexedit
1605N/ACOMPONENT_VERSION= 1.2.13
1605N/ACOMPONENT_PROJECT_URL= http://merd.sourceforge.net/pixel/hexedit.html
1605N/ACOMPONENT_SRC= $(COMPONENT_NAME)
1605N/ACOMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).src.tgz
1605N/ACOMPONENT_ARCHIVE_HASH= \
1605N/A sha256:6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7
1605N/ACOMPONENT_ARCHIVE_URL= http://rigaux.org/$(COMPONENT_ARCHIVE)
1605N/A
1605N/ATPNO= 18059
2899N/A
2899N/ATEST_TARGET= $(NO_TESTS)
1605N/Ainclude $(WS_MAKE_RULES)/common.mk
1605N/A
1605N/A# Fix 64-bit linking done via compiler.
1605N/ALDFLAGS += $(CC_BITS)
1605N/A
1605N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
1938N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
1605N/A
1605N/A# Without this, initscr32 and w32attrset are undefined at link time.
1605N/A# The usual Solaris curses.h vs ncurses/curses.h mess.
1605N/ACFLAGS += -I/usr/include/ncurses
1605N/A
1605N/ACFLAGS += "-Dinline"
1605N/A
1605N/AREQUIRED_PACKAGES += library/ncurses
1605N/A