ef8846857fcf954444cdc77e72249afef48377d2rb#
ef8846857fcf954444cdc77e72249afef48377d2rb# CDDL HEADER START
ef8846857fcf954444cdc77e72249afef48377d2rb#
ef8846857fcf954444cdc77e72249afef48377d2rb# The contents of this file are subject to the terms of the
ef8846857fcf954444cdc77e72249afef48377d2rb# Common Development and Distribution License (the "License").
ef8846857fcf954444cdc77e72249afef48377d2rb# You may not use this file except in compliance with the License.
ef8846857fcf954444cdc77e72249afef48377d2rb#
ef8846857fcf954444cdc77e72249afef48377d2rb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ef8846857fcf954444cdc77e72249afef48377d2rb# or http://www.opensolaris.org/os/licensing.
ef8846857fcf954444cdc77e72249afef48377d2rb# See the License for the specific language governing permissions
ef8846857fcf954444cdc77e72249afef48377d2rb# and limitations under the License.
ef8846857fcf954444cdc77e72249afef48377d2rb#
ef8846857fcf954444cdc77e72249afef48377d2rb# When distributing Covered Code, include this CDDL HEADER in each
ef8846857fcf954444cdc77e72249afef48377d2rb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ef8846857fcf954444cdc77e72249afef48377d2rb# If applicable, add the following below this CDDL HEADER, with the
ef8846857fcf954444cdc77e72249afef48377d2rb# fields enclosed by brackets "[]" replaced with your own identifying
ef8846857fcf954444cdc77e72249afef48377d2rb# information: Portions Copyright [yyyy] [name of copyright owner]
ef8846857fcf954444cdc77e72249afef48377d2rb#
ef8846857fcf954444cdc77e72249afef48377d2rb# CDDL HEADER END
ef8846857fcf954444cdc77e72249afef48377d2rb#
ef8846857fcf954444cdc77e72249afef48377d2rb
ef8846857fcf954444cdc77e72249afef48377d2rb#
ef8846857fcf954444cdc77e72249afef48377d2rb# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
ef8846857fcf954444cdc77e72249afef48377d2rb#
ef8846857fcf954444cdc77e72249afef48377d2rbBUILD_BITS= 64
ef8846857fcf954444cdc77e72249afef48377d2rbinclude ../../make-rules/shared-macros.mk
ef8846857fcf954444cdc77e72249afef48377d2rb
ef8846857fcf954444cdc77e72249afef48377d2rbCOMPONENT_NAME= pconsole
ef8846857fcf954444cdc77e72249afef48377d2rbCOMPONENT_VERSION= 1.0
ef8846857fcf954444cdc77e72249afef48377d2rbCOMPONENT_PROJECT_URL= http://www.heiho.net/pconsole/
ef8846857fcf954444cdc77e72249afef48377d2rbCOMPONENT_ARCHIVE_HASH= \
ef8846857fcf954444cdc77e72249afef48377d2rb sha256:94520bf65f726df9d7e686bb486e9a2828c29d09a20b9522f1da4f7d66700bb2
ef8846857fcf954444cdc77e72249afef48377d2rbCOMPONENT_ARCHIVE_URL= http://www.heiho.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
ef8846857fcf954444cdc77e72249afef48377d2rb
ef8846857fcf954444cdc77e72249afef48377d2rbTPNO= 9270
ef8846857fcf954444cdc77e72249afef48377d2rb
ef8846857fcf954444cdc77e72249afef48377d2rbTEST_TARGET= $(NO_TESTS)
ef8846857fcf954444cdc77e72249afef48377d2rbinclude $(WS_MAKE_RULES)/common.mk
ef8846857fcf954444cdc77e72249afef48377d2rb
ef8846857fcf954444cdc77e72249afef48377d2rb# Required to configure correctly.
ef8846857fcf954444cdc77e72249afef48377d2rbCOMPONENT_PRE_CONFIGURE_ACTION = \
ef8846857fcf954444cdc77e72249afef48377d2rb ($(CLONEY) $(SOURCE_DIR) $(@D))
ef8846857fcf954444cdc77e72249afef48377d2rb
ef8846857fcf954444cdc77e72249afef48377d2rb# -I argument needed to find the generated config.h file. Also, pconsole
ef8846857fcf954444cdc77e72249afef48377d2rb# configure.in forcibly overrides CFLAGS, so we override the compiler to
ef8846857fcf954444cdc77e72249afef48377d2rb# specify required flags.
ef8846857fcf954444cdc77e72249afef48377d2rbCONFIGURE_ENV += "CC=$(CC) -I. $(CC_BITS)"
ef8846857fcf954444cdc77e72249afef48377d2rb
ef8846857fcf954444cdc77e72249afef48377d2rbREQUIRED_PACKAGES += shell/bash
ef8846857fcf954444cdc77e72249afef48377d2rbREQUIRED_PACKAGES += shell/ksh93
ef8846857fcf954444cdc77e72249afef48377d2rbREQUIRED_PACKAGES += text/gawk
ef8846857fcf954444cdc77e72249afef48377d2rb