290N/A#
290N/A# CDDL HEADER START
290N/A#
290N/A# The contents of this file are subject to the terms of the
911N/A# Common Development and Distribution License (the "License").
290N/A# You may not use this file except in compliance with the License.
290N/A#
290N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
290N/A# or http://www.opensolaris.org/os/licensing.
290N/A# See the License for the specific language governing permissions
290N/A# and limitations under the License.
290N/A#
290N/A# When distributing Covered Code, include this CDDL HEADER in each
290N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
290N/A# If applicable, add the following below this CDDL HEADER, with the
290N/A# fields enclosed by brackets "[]" replaced with your own identifying
290N/A# information: Portions Copyright [yyyy] [name of copyright owner]
290N/A#
290N/A# CDDL HEADER END
290N/A#
290N/A
290N/A#
290N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
290N/A#
290N/A
290N/Ainclude ../../make-rules/shared-macros.mk
290N/A
290N/ACOMPONENT_NAME= tmux
290N/ACOMPONENT_VERSION= 1.9
290N/ACOMPONENT_MICRO_VERSION= a
290N/AIPS_COMPONENT_VERSION= 1.9.1
290N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)$(COMPONENT_MICRO_VERSION)
290N/ACOMPONENT_PROJECT_URL= http://tmux.sourceforge.net
290N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
290N/ACOMPONENT_ARCHIVE_HASH= \
493N/A sha256:c5e3b22b901cf109b20dab54a4a651f0471abd1f79f6039d79b250d21c2733f5
290N/ACOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/tmux/files/tmux/$(COMPONENT_NAME)-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
290N/ACOMPONENT_BUGDB= utility/tmux
493N/A
290N/ATPNO= 20510
911N/A
911N/Ainclude $(WS_MAKE_RULES)/prep.mk
911N/Ainclude $(WS_MAKE_RULES)/configure.mk
911N/Ainclude $(WS_MAKE_RULES)/ips.mk
290N/A
290N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
290N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
290N/A
290N/AASLR_MODE=$(ASLR_ENABLE)
493N/A
493N/A# common targets
290N/Abuild: $(BUILD_64)
290N/A
install: $(INSTALL_64)
test: $(NO_TESTS)
REQUIRED_PACKAGES += library/libevent
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library