opensmalltalk cog-spur: update to VMMaker.oscog-eem.3504
[oi-userland.git] / components / developer / autoconf-archive / Makefile
blob6610b49d0391c01f1b259d643531804f22791d7c
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright 2018 Aurelien Larcher
24 # Copyright 2020, 2022 Andreas Wacknitz
27 include ../../../make-rules/shared-macros.mk
29 COMPONENT_NAME= autoconf-archive
30 COMPONENT_VERSION= 2024.10.16
31 #HUMAN_VERSION= 2024.10.16
32 COMPONENT_SUMMARY= GNU Autoconf Archive
33 COMPONENT_PROJECT_URL= https://www.gnu.org/software/autoconf-archive/
34 COMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
35 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
36 COMPONENT_ARCHIVE_URL= https://ftp.gnu.org/gnu/autoconf-archive/$(COMPONENT_ARCHIVE)
37 COMPONENT_ARCHIVE_HASH= sha256:7bcd5d001916f3a50ed7436f4f700e3d2b1bade3ed803219c592d62502a57363
38 COMPONENT_FMRI= developer/build/autoconf-archive
39 COMPONENT_CLASSIFICATION=Development/GNU
40 COMPONENT_LICENSE= GPLv3
42 include $(WS_MAKE_RULES)/common.mk
44 CONFIGURE_OPTIONS += --docdir=$(USRSHAREDIR)/autoconf-archive
46 # Manually added build dependencies
47 REQUIRED_PACKAGES += developer/macro/gnu-m4
49 # Auto-generated dependencies