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