thunderbird: update to 128.3.0
[oi-userland.git] / components / developer / jenkins / Makefile
blob199825a132fcc8e43087cf482fe324004d26851f
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016-2018 Jim Klimov
14 # Copyright 2022 Till Wegmueller
16 include ../../../make-rules/shared-macros.mk
18 # NOTE: Initial jenkins recipe had one component for both the JAR
19 # file downloads and the OpenIndiana integration helper packages.
20 # Due to this, initial version for helper packages starts from that.
22 COMPONENT_NAME= jenkins
23 COMPONENT_VERSION= 2.364
24 COMPONENT_REVISION= 1
25 COMPONENT_FMRI= developer/jenkins
26 COMPONENT_CLASSIFICATION= Web Services/Application and Web Servers
27 COMPONENT_PROJECT_URL= http://jenkins-ci.org/
28 COMPONENT_LICENSE= MIT
29 COMPONENT_LICENSE_FILE= jenkins.license
30 COMPONENT_SUMMARY= Jenkins is a Java-based CI automation server
32 include $(WS_MAKE_RULES)/ips.mk
34 download:
36 prep:
38 clean::
39 $(RM) -r $(BUILD_DIR)
41 clobber:: clean
43 build:
44 $(MKDIR) $(BUILD_DIR)
46 install:
47 $(MKDIR) $(PROTO_DIR)
49 test: $(NO_TESTS)
51 # Auto-generated dependencies
52 REQUIRED_PACKAGES += SUNWcs
53 REQUIRED_PACKAGES += runtime/java/openjdk17