Adam Stevko
2013-11-07 a14fd08b469841dcaa0c695298e555b2b53dcafe
commit | author | age
2849bf 1 #
AP 2 # This file and its contents are supplied under the terms of the
a14fd0 3 # Common Development and Distribution License ("CDDL"). You may
2849bf 4 # only use this file in accordance with the terms of the CDDL.
AP 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, Andrzej Szeszo
13 #
14
15 include ../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=        cbe
18 COMPONENT_VERSION=    1.8.0
19
20 include ../../make-rules/ips.mk
21
22 #PKGMANGLE = true
23 PKGLINT = true
24
25 download:
26
27 prep:
28
29 configure:
30
31 build:
32
33 install:
34     rm -rf $(PROTO_DIR)
35     mkdir -p $(PROTO_DIR)/opt/dtbld/bin
36     mkdir -p $(PROTO_DIR)/opt/dtbld/lib/cbe-env
37     cp files/bin/* $(PROTO_DIR)/opt/dtbld/bin
38     cp files/cbe-env/* $(PROTO_DIR)/opt/dtbld/lib/cbe-env
39
40 test:        $(NO_TESTS)
41
42 clean:
43     [ -d $(BUILD_DIR) ] && rm -rf $(BUILD_DIR)
44
45 clobber: clean