2012N/A#
2012N/A# CDDL HEADER START
2012N/A#
2012N/A# The contents of this file are subject to the terms of the
2012N/A# Common Development and Distribution License (the "License").
2012N/A# You may not use this file except in compliance with the License.
2012N/A#
2012N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2012N/A# or http://www.opensolaris.org/os/licensing.
2012N/A# See the License for the specific language governing permissions
2012N/A# and limitations under the License.
2012N/A#
2012N/A# When distributing Covered Code, include this CDDL HEADER in each
2012N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2012N/A# If applicable, add the following below this CDDL HEADER, with the
2012N/A# fields enclosed by brackets "[]" replaced with your own identifying
2012N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2012N/A#
2012N/A# CDDL HEADER END
2012N/A#
2012N/A
2012N/A#
5680N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
2012N/A#
5680N/ABUILD_BITS= 64
6661N/A# Use GCC until Studio supports large enums (23058232)
6661N/ACOMPILER= gcc
2012N/Ainclude ../../make-rules/shared-macros.mk
2012N/A
2012N/ACOMPONENT_NAME= tmux
6661N/ACOMPONENT_VERSION= 2.2
6661N/ACOMPONENT_PROJECT_URL= http://github.com/tmux/tmux
2012N/ACOMPONENT_ARCHIVE_HASH= \
6661N/A sha256:bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4
2012N/A
6661N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/releases/download/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
6661N/A
6661N/ATPNO= 31154
2899N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
2012N/A
6661N/ACONFIGURE_ENV += LIBNCURSES_CFLAGS=-I$(USRINCDIR)/ncurses
6661N/ACONFIGURE_ENV += LIBNCURSES_LIBS="-L$(USRLIBDIR64) -lncurses"
6661N/A
3817N/AREQUIRED_PACKAGES += library/libevent
6661N/AREQUIRED_PACKAGES += library/ncurses
3817N/AREQUIRED_PACKAGES += shell/ksh93