Andreas Wacknitz
2020-03-07 9b989fa922137f54764b6b8736e570ee42c908c3
commit | author | age
207938 1 #
50635e 2 # This file and its contents are supplied under the terms of the
AS 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 #
9b989f 12 # Copyright 2020 <contributor name>
50635e 13 #
AS 14
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=
18 COMPONENT_VERSION=
19 COMPONENT_SUMMARY=
20 COMPONENT_PROJECT_URL=
21 COMPONENT_FMRI=
22 COMPONENT_CLASSIFICATION=
23 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_URL=
26 COMPONENT_ARCHIVE_HASH=
27 COMPONENT_LICENSE=
28
29 include $(WS_MAKE_RULES)/prep.mk
30 include $(WS_MAKE_RULES)/cmake.mk
31 include $(WS_MAKE_RULES)/ips.mk
32
33 build: $(BUILD_32)
34
35 install: $(INSTALL_32)
36
37 test: $(NO_TESTS)