Makefile revision 6274
155N/A#
155N/A# CDDL HEADER START
155N/A#
155N/A# The contents of this file are subject to the terms of the
155N/A# Common Development and Distribution License (the "License").
155N/A# You may not use this file except in compliance with the License.
155N/A#
155N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
155N/A# or http://www.opensolaris.org/os/licensing.
155N/A# See the License for the specific language governing permissions
155N/A# and limitations under the License.
155N/A#
155N/A# When distributing Covered Code, include this CDDL HEADER in each
155N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155N/A# If applicable, add the following below this CDDL HEADER, with the
155N/A# fields enclosed by brackets "[]" replaced with your own identifying
155N/A# information: Portions Copyright [yyyy] [name of copyright owner]
155N/A#
155N/A# CDDL HEADER END
155N/A#
155N/A
155N/A#
155N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
155N/A#
485N/ABUILD_BITS= 64
485N/Ainclude ../../make-rules/shared-macros.mk
277N/A
277N/ACOMPONENT_NAME= screen
277N/ACOMPONENT_VERSION= 4.4.0
277N/ACOMPONENT_ARCHIVE_HASH= \
155N/A sha256:ef722a54759a3bf23aad272bbf33c414c1078cad6bcd982fada93c0d7917218b
155N/A
155N/ATPNO= 29565
618N/A
155N/ATEST_TARGET= $(NO_TESTS)
155N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
155N/A
155N/A# Fix 64-bit linking via compiler.
155N/ALDFLAGS += $(CC_BITS)
155N/A
155N/ACONFIGURE_OPTIONS += --enable-colors256
155N/ACONFIGURE_OPTIONS += --with-sys-screenrc=$(ETCDIR)/screenrc
155N/ACONFIGURE_OPTIONS += --disable-socket-dir
155N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
215N/A
215N/APROTOTERMINFODIR=$(PROTOUSRSHARELIBDIR)/terminfo
215N/A
215N/A$(PROTOTERMINFODIR):
215N/A $(MKDIR) $@
215N/A
215N/A$(INSTALL_64): $(PROTOTERMINFODIR)
215N/A