python/hypothesis: update to 6.122.3
[oi-userland.git] / components / database / postgresql-common / Makefile
blob54e81cbca85bb82f8842095cd18a2f419584048f
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 2021 Jim Klimov
14 # Copyright 2022 Andreas Wacknitz
16 include ../../../make-rules/shared-macros.mk
18 # Beside the p5m file, there is really nothing to this component which just
19 # delivers a user and group actions as a common ground for PostgreSQL database servers.
20 # Version number of this component is not related to PostgreSQL version.
21 COMPONENT_NAME= postgres-common
22 COMPONENT_VERSION= 10
23 COMPONENT_SUMMARY= PostgreSQL common version independent files
24 COMPONENT_FMRI= database/$(COMPONENT_NAME)
25 COMPONENT_CLASSIFICATION= Development/Databases
26 COMPONENT_LICENSE= CDDL
27 COMPONENT_LICENSE_FILE= cddl.license
29 TEST_TARGET= $(NO_TESTS)
30 include $(WS_MAKE_RULES)/prep-download.mk
31 include $(WS_MAKE_RULES)/justmake.mk
32 include $(WS_MAKE_RULES)/ips.mk
34 PATH=$(PATH.gnu)
36 download::
38 $(BUILD_DIR)/.prep: Makefile postgresql-common.p5m
39 $(MKDIR) -p "$(@D)"
40 $(TOUCH) $@
42 prep:: $(BUILD_DIR)/.prep
44 clean::
45 $(RM) -r $(BUILD_DIR)
47 clobber:: clean
49 build:: $(BUILD_DIR)/.prep
51 install: $(BUILD_DIR)/.prep
53 # Auto-generated dependencies