python/hypothesis: update to 6.121.0
[oi-userland.git] / components / editor / bvi / Makefile
blobe75c476a4a9636d04d0352a8e89a924d0c37de13
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 2017 Aurelien Larcher
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= bvi
18 COMPONENT_VERSION= 1.4.2
19 COMPONENT_REVISION= 1
20 COMPONENT_SUMMARY= bvi - Binary Visual Editor
21 COMPONENT_PROJECT_URL= https://bvi.sourceforge.net/
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).src.tar.gz
24 COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/bvi/files/bvi/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
25 COMPONENT_ARCHIVE_HASH= sha256:4bba16c2b496963a9b939336c0abcc8d488664492080ae43a86da18cf4ce94f2
26 COMPONENT_FMRI= editor/bvi
27 COMPONENT_CLASSIFICATION=Development/Editors
28 COMPONENT_LICENSE= GPLv3
29 COMPONENT_LICENSE_FILE= COPYING
31 TEST_TARGET= $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 COMPONENT_PRE_CONFIGURE_ACTION= ( $(CLONEY) $(SOURCE_DIR) $(@D) )
36 CONFIGURE_OPTIONS += --with-ncurses=$(USRDIR)
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += library/ncurses
40 REQUIRED_PACKAGES += system/library