Adam Stevko
2013-11-07 a14fd08b469841dcaa0c695298e555b2b53dcafe
commit | author | age
a623a4 1 #
AS 2 # This file and its contents are supplied under the terms of the
a14fd0 3 # Common Development and Distribution License ("CDDL"). You may
a623a4 4 # only use this file in accordance with the terms of the CDDL.
AS 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_FMRI=        terminal/tmux
19 COMPONENT_VERSION=    1.8
20 COMPONENT_LICENSE=    BSD
21 COMPONENT_LICENSE_FILE=    tmux.license
22 COMPONENT_PROJECT_URL=    http://$(COMPONENT_NAME).sourceforge.net
23 COMPONENT_SUMMARY=    tmux terminal multiplexer
24 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH=    sha256:f265401ca890f8223e09149fcea5abcd6dfe75d597ab106e172b01e9d0c9cd44
27 COMPONENT_ARCHIVE_URL=    http://downloads.sourceforge.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
28
29 include ../../make-rules/prep.mk
30 include ../../make-rules/configure.mk
31 include ../../make-rules/ips.mk
32
33 CFLAGS +=    -I/usr/include/ncurses
34 LDFLAGS +=    -L/usr/gnu/lib -R/usr/gnu/lib
35
36 CONFIGURE_OPTIONS +=    LIBS="-lncurses"
37
38 build:        $(BUILD_32)
39
40 install:    $(INSTALL_32)
41
42 include ../../make-rules/depend.mk