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 2021 erwinlem
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= nzbget
20 COMPONENT_VERSION
= 22.0
21 COMPONENT_SUMMARY
= Binary newsreader supporting NZB files
22 COMPONENT_PROJECT_URL
= https
://nzbget.com
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
25 COMPONENT_ARCHIVE_URL
= https
://github.com
/nzbgetcom
/nzbget
/archive
/refs
/tags/v
$(COMPONENT_VERSION
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= sha256
:2bec63a0c5c0fed0779adca488499f890f603dcc8f161ae6bcff62e866b1d24b
27 COMPONENT_FMRI
= network
/nzbget
28 COMPONENT_CLASSIFICATION
= Applications
/Internet
29 COMPONENT_LICENSE
= GPL-2.0 License
30 COMPONENT_LICENSE_FILE
= COPYING
32 TEST_TARGET
= $(NO_TESTS
)
33 include $(WS_MAKE_RULES
)/common.mk
35 CONFIGURE_ENV
+= MAKE
=$(GMAKE
)
37 # Auto-generated dependencies
38 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
39 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
40 REQUIRED_PACKAGES
+= SUNWcs
41 REQUIRED_PACKAGES
+= library
/libxml2
42 REQUIRED_PACKAGES
+= library
/ncurses
43 REQUIRED_PACKAGES
+= library
/security
/openssl-31
44 REQUIRED_PACKAGES
+= library
/zlib
45 REQUIRED_PACKAGES
+= system
/library