Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
ad98d1 1 #
AL 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2017 Aurelien Larcher
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=         bvi
c72c59 18 COMPONENT_VERSION=      1.4.2
c4cc41 19 COMPONENT_REVISION=        1
ad98d1 20 COMPONENT_SUMMARY=      bvi - Binary Visual Editor  
c4cc41 21 COMPONENT_PROJECT_URL=  https://bvi.sourceforge.net/
ad98d1 22 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
AL 23 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).src.tar.gz
c72c59 24 COMPONENT_ARCHIVE_URL=  https://sourceforge.net/projects/bvi/files/bvi/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
AW 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
ad98d1 30
c72c59 31 TEST_TARGET= $(NO_TESTS)
AW 32 include $(WS_MAKE_RULES)/common.mk
ad98d1 33
AL 34 COMPONENT_PRE_CONFIGURE_ACTION= ( $(CLONEY) $(SOURCE_DIR) $(@D) )
35
c72c59 36 CONFIGURE_OPTIONS += --with-ncurses=$(USRDIR)
ad98d1 37
AL 38 # Auto-generated dependencies
c72c59 39 REQUIRED_PACKAGES += library/ncurses
ad98d1 40 REQUIRED_PACKAGES += system/library