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
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 (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
14 # Copyright (c) 2019, Michal Nowak
18 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_VERSION
= 2.30
22 COMPONENT_SUMMARY
= Text based web browser
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_PROJECT_URL
= http
://links.twibright.com
/
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= sha256
:7f0d54f4f7d1f094c25c9cbd657f98bc998311122563b1d757c9aeb1d3423b9e
27 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)download
/$(COMPONENT_ARCHIVE
)
28 COMPONENT_FMRI
= web
/browser
/links
29 COMPONENT_CLASSIFICATION
= Applications
/Internet
30 COMPONENT_LICENSE
= GPLv2
32 TEST_TARGET
= $(NO_TESTS
)
33 include $(WS_MAKE_RULES
)/common.mk
35 # Configure in links does not understand CC, CXX, etc. Need to generate a
36 # new configure for it to configure and build properly.
37 COMPONENT_PREP_ACTION
= ( cd
$(@D
) ; autoconf
)
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES
+= $(OPENSSL_PKG
)
41 REQUIRED_PACKAGES
+= compress
/bzip2
42 REQUIRED_PACKAGES
+= compress
/xz
43 REQUIRED_PACKAGES
+= compress
/zstd
44 REQUIRED_PACKAGES
+= library
/brotli
45 REQUIRED_PACKAGES
+= library
/libevent
46 REQUIRED_PACKAGES
+= library
/lzlib
47 REQUIRED_PACKAGES
+= library
/zlib
48 REQUIRED_PACKAGES
+= system
/library