mosquitto: fix build
[oi-userland.git] / components / closed / sunpro / Makefile
blob767b2a38ebe21d517afe28fa51928f646e721949
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 2012, Andrzej Szeszo
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= sunpro
18 COMPONENT_VERSION= 0.5.11
19 COMPONENT_REVISION= 1
20 COMPONENT_SRC= $(COMPONENT_NAME)
21 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_FMRI= system/library/c++/sunpro
24 COMPONENT_SUMMARY= Sun Workshop Compilers Bundled libC
25 COMPONENT_CLASSIFICATION=Development/C++
26 COMPONENT_LICENSE_FILE= SUNWlibC.copyright
27 COMPONENT_LICENSE= SUNWlibC.copyright
29 $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE):
30 $(IPS2TGZ) $(COMPONENT_SRC) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE) https://pkg.openindiana.org/legacy \
31 system/library/c++/sunpro@0.5.11,5.11-0.134:20100302T055027Z
33 include $(WS_MAKE_RULES)/prep.mk
34 include $(WS_MAKE_RULES)/ips.mk
36 build: prep
38 install: build
39 @$(MKDIR) $(PROTO_DIR)
40 @$(CP) -RP $(COMPONENT_SRC)/$(MACH)/* $(PROTO_DIR) || true
42 clean::
43 $(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES += system/library