libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / sysutils / screen / Makefile
blob51e1ed8d68c071bff3e87f8fa4697a9b940a0507
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) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
22 # Copyright (c) 2016, Adam Stevko. All rights reserved.
23 # Copyright (c) 2020, Michal Nowak
26 BUILD_BITS= 64
27 include ../../../make-rules/shared-macros.mk
29 COMPONENT_NAME= screen
30 COMPONENT_VERSION= 4.9.1
31 COMPONENT_REVISION= 2
32 COMPONENT_SUMMARY= GNU Screen terminal multiplexer
33 COMPONENT_PROJECT_URL= https://www.gnu.org/software/screen/
34 COMPONENT_FMRI= terminal/screen
35 COMPONENT_CLASSIFICATION= Applications/System Utilities
36 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
37 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
38 COMPONENT_ARCHIVE_HASH= sha256:26cef3e3c42571c0d484ad6faf110c5c15091fbf872b06fa7aa4766c7405ac69
39 COMPONENT_ARCHIVE_URL= https://ftp.gnu.org/gnu/screen/$(COMPONENT_ARCHIVE)
40 COMPONENT_SIG_URL= $(COMPONENT_ARCHIVE_URL).sig
41 COMPONENT_LICENSE= GPLv3+
42 COMPONENT_LICENSE_FILE= COPYING
44 TEST_TARGET= $(NO_TESTS)
45 include $(WS_MAKE_RULES)/common.mk
47 CFLAGS += $(CPP_XPG6MODE)
48 LDFLAGS += -lutempter
50 COMPONENT_PREP_ACTION += ( cd $(@D) ; $(CONFIG_SHELL) autogen.sh );
52 CONFIGURE_OPTIONS += --enable-colors256
53 CONFIGURE_OPTIONS += --with-sys-screenrc=/etc/screenrc
54 CONFIGURE_OPTIONS += --disable-socket-dir
55 CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
57 PROTOTERMINFODIR= $(PROTOUSRSHAREDIR)/lib/terminfo
59 $(PROTOTERMINFODIR):
60 $(MKDIR) $@
62 $(INSTALL_64): $(PROTOTERMINFODIR)
64 # Build dependencies
65 REQUIRED_PACKAGES += text/texinfo
67 # Auto-generated dependencies
68 REQUIRED_PACKAGES += system/library
69 REQUIRED_PACKAGES += system/library/libutempter