Adam Števko
2016-07-01 fd5ab52f5aebb38d382ee662954fb9e82e1da98a
commit | author | age
50635e 1 # This file and its contents are supplied under the terms of the
AS 2 # Common Development and Distribution License ("CDDL"). You may
3 # only use this file in accordance with the terms of the CDDL.
4 #
5 # A full copy of the text of the CDDL should have accompanied this
6 # source. A copy of the CDDL is also available via the Internet at
7 # http://www.illumos.org/license/CDDL.
8 #
9
10 #
11 # Copyright 2016 <contributor name>
12 #
13
14 include ../../../make-rules/shared-macros.mk
15
16 COMPONENT_NAME=
17 COMPONENT_VERSION=
18 COMPONENT_SUMMARY=
19 COMPONENT_PROJECT_URL=
20 COMPONENT_FMRI=
21 COMPONENT_CLASSIFICATION=
22 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_URL=
25 COMPONENT_ARCHIVE_HASH=
26 COMPONENT_LICENSE=
27
28 include $(WS_MAKE_RULES)/prep.mk
29 include $(WS_MAKE_RULES)/ant.mk
30 include $(WS_MAKE_RULES)/ips.mk
31
32 build: $(BUILD_32)
33
34 install: $(INSTALL_32)
35
36 test: $(NO_TESTS)