components/tmux/Makefile
branchoi_151a
changeset 353 b803ae0c274c
equal deleted inserted replaced
352:96c3a6d1158e 353:b803ae0c274c
       
     1 #
       
     2 # This file and its contents are supplied under the terms of the
       
     3 # Common Development and Distribution License ("CDDL)". You may
       
     4 # only use this file in accordance with the terms of the CDDL.
       
     5 #
       
     6 # A full copy of the text of the CDDL should have accompanied this
       
     7 # source. A copy of the CDDL is also available via the Internet at
       
     8 # http://www.illumos.org/license/CDDL.
       
     9 #
       
    10 
       
    11 #
       
    12 # Copyright 2011, 2013, EveryCity Ltd. All rights reserved.
       
    13 #
       
    14 
       
    15 include ../../make-rules/shared-macros.mk
       
    16 
       
    17 COMPONENT_NAME=		tmux
       
    18 COMPONENT_VERSION=	1.8
       
    19 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    20 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    21 COMPONENT_ARCHIVE_HASH=	sha256:f265401ca890f8223e09149fcea5abcd6dfe75d597ab106e172b01e9d0c9cd44
       
    22 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
       
    23 
       
    24 include ../../make-rules/prep.mk
       
    25 include ../../make-rules/configure.mk
       
    26 include ../../make-rules/ips.mk
       
    27 
       
    28 COMPILER =	gcc
       
    29 
       
    30 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
       
    31 CONFIGURE_OPTIONS  +=	CXXFLAGS="$(CXXFLAGS)"
       
    32 
       
    33 build:		$(BUILD_32)
       
    34 
       
    35 install:	$(INSTALL_32)
       
    36 
       
    37 include ../../make-rules/depend.mk