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