Andreas Wacknitz
2022-01-01 fef00a4b8d4821b75fa71a93890b930a1647d6ee
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 #
fef00a 12 # Copyright 2022 <contributor name>
50635e 13 #
AS 14
a6a30e 15 BUILD_BITS=32
AL 16 BUILD_STYLE=ant
50635e 17 include ../../../make-rules/shared-macros.mk
AS 18
19 COMPONENT_NAME=
20 COMPONENT_VERSION=
21 COMPONENT_SUMMARY=
22 COMPONENT_PROJECT_URL=
23 COMPONENT_FMRI=
24 COMPONENT_CLASSIFICATION=
25 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
27 COMPONENT_ARCHIVE_URL=
28 COMPONENT_ARCHIVE_HASH=
29 COMPONENT_LICENSE=
30
a6a30e 31 include $(WS_MAKE_RULES)/common.mk
50635e 32