Makefile revision 2899
48N/A#
48N/A# CDDL HEADER START
48N/A#
48N/A# The contents of this file are subject to the terms of the
493N/A# Common Development and Distribution License (the "License").
48N/A# You may not use this file except in compliance with the License.
48N/A#
48N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
48N/A# or http://www.opensolaris.org/os/licensing.
48N/A# See the License for the specific language governing permissions
48N/A# and limitations under the License.
48N/A#
48N/A# When distributing Covered Code, include this CDDL HEADER in each
48N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
48N/A# If applicable, add the following below this CDDL HEADER, with the
48N/A# fields enclosed by brackets "[]" replaced with your own identifying
48N/A# information: Portions Copyright [yyyy] [name of copyright owner]
48N/A#
48N/A# CDDL HEADER END
48N/A#
48N/A
48N/A#
48N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
48N/A#
48N/A
48N/Ainclude ../../make-rules/shared-macros.mk
48N/A
48N/ACOMPONENT_NAME= tmux
48N/ACOMPONENT_VERSION= 1.8
48N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
48N/ACOMPONENT_PROJECT_URL= http://tmux.sourceforge.net
48N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
493N/ACOMPONENT_ARCHIVE_HASH= \
48N/A sha256:2565b65f80bf1d683032c75704a9619e6734fd21586c72768ef27427ba9e23e5
48N/ACOMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/tmux/files/tmux/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE)
70N/ACOMPONENT_BUGDB= utility/tmux
493N/A
48N/ATPNO= 14287
48N/A
493N/Ainclude ../../make-rules/prep.mk
48N/Ainclude ../../make-rules/configure.mk
48N/Ainclude ../../make-rules/ips.mk
48N/A
48N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
70N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
48N/A
48N/A# nroff does not work with -mandoc using groff
48N/AMANDIR_PREFORMATED= $(PROTO_DIR)/usr/share/man/cat1
48N/ACOMPONENT_POST_INSTALL_ACTION += \
70N/A /usr/bin/gnroff -c -Tascii -mandoc $(SOURCE_DIR)/tmux.1>tmux.1.mod ; \
493N/A mkdir -p $(MANDIR_PREFORMATED) ; \
70N/A $(MV) tmux.1.mod $(MANDIR_PREFORMATED)/tmux.1
493N/A
48N/A# Enable ASLR for this component
70N/AASLR_MODE = $(ASLR_ENABLE)
48N/A
70N/A# common targets
493N/Abuild: $(BUILD_64)
493N/A
70N/Ainstall: $(INSTALL_64)
70N/A
70N/Atest: $(NO_TESTS)
70N/A
70N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
48N/A
48N/Ainclude ../../make-rules/depend.mk
48N/A