ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / sysutils / scfdot / Makefile
blob69c15d3492d7f72b663436f1e2e08ce4e6a17c4b
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
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.
12 # Copyright 2016 Adam Stevko
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= scfdot
18 COMPONENT_VERSION= 20130322
19 COMPONENT_REVISION= 2
20 COMPONENT_COMMIT_ID= 8b61bb49223b7f576d4f0eac75b74d35c99771ab
21 COMPONENT_SUMMARY= SMF Dependency Graph Generator
22 COMPONENT_PROJECT_URL= https://java.net/projects/scfdot/
23 COMPONENT_FMRI= sysutils/scfdot
24 COMPONENT_CLASSIFICATION= Applications/System Utilities
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_COMMIT_ID)
26 COMPONENT_ARCHIVE= $(COMPONENT_COMMIT_ID).zip
27 COMPONENT_ARCHIVE_URL= https://github.com/xen0l/scfdot/archive/$(COMPONENT_ARCHIVE)
28 COMPONENT_ARCHIVE_HASH= sha256:769f29e7f5005b82c061e89d644118691a3cb9d2820602e897f906b34a77881e
29 COMPONENT_LICENSE= CDDL
30 COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license
32 include $(WS_MAKE_RULES)/prep.mk
33 include $(WS_MAKE_RULES)/justmake.mk
34 include $(WS_MAKE_RULES)/ips.mk
36 COMPONENT_BUILD_TARGETS= scfdot
37 COMPONENT_BUILD_ENV+= CC="$(CC) $(gcc_OPT)"
39 $(INSTALL_64): $(BUILD_64)
40 $(MKDIR) $(PROTOUSRBINDIR)
42 $(INSTALL) -m 755 $(BUILD_DIR_64)/scfdot $(PROTOUSRBINDIR)
44 $(TOUCH) $@
46 build: $(BUILD_64)
48 install: $(INSTALL_64)
50 test: $(NO_TESTS)
52 REQUIRED_PACKAGES += system/library
53 # Auto-generated dependencies
54 REQUIRED_PACKAGES += shell/ksh93
55 REQUIRED_PACKAGES += system/library