unleashed-userland README
[unleashed-userland.git] / components / gnu-cobol / Makefile
blob63f76cfd0414a0604efde80ce290ec2759340e39
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
21 # Copyright (c) 2014, David Hoeppner. All rights reserved.
23 include ../../make-rules/shared-macros.mk
25 COMPONENT_NAME= gnu-cobol
26 COMPONENT_SUMMARY= COBOL to C compiler
27 COMPONENT_VERSION= 1.1
28 COMPONENT_PROJECT_URL= http://sourceforge.net/projects/open-cobol/
29 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
30 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
31 COMPONENT_ARCHIVE_HASH= \
32 sha256:bd319c0d001e85835c8501ad74c9de0052fe82b8a38b4530f41b49b2af028b9d
33 COMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/gnucobol/$(COMPONENT_ARCHIVE)
35 CFLAGS += -I/usr/include/gmp
37 include ../../make-rules/prep.mk
38 include ../../make-rules/configure.mk
39 include ../../make-rules/ips.mk
41 CONFGIURE_OPTIONS += --with-cflags="$(CFLAGS)"
42 CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
44 build: $(BUILD_32)
46 install: $(INSTALL_32)
48 test: $(TEST_32)
50 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
52 include ../../make-rules/depend.mk