gettext: fix build with gcc-14; enhance test environment
[oi-userland.git] / components / web / bluefish / Makefile
blob7c1c73484e31835a5ac143a6d1ebaecc9993ba26
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 2016 Alexander Pyhalov
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= bluefish
18 COMPONENT_VERSION= 2.2.16
19 COMPONENT_SUMMARY= Bluefish, a powerful editor for experienced web designers
20 COMPONENT_PROJECT_URL= https://bluefish.openoffice.nl/index.html
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= sha256:14e6476fcee8fa326f7f63f1f693d252195f9dcb16af0fe3c915c499baf5dd74
24 COMPONENT_ARCHIVE_URL= https://www.bennewitz.com/bluefish/stable/source/$(COMPONENT_ARCHIVE)
25 COMPONENT_FMRI= web/editor/bluefish
26 COMPONENT_CLASSIFICATION= Development/Editors
27 COMPONENT_LICENSE= GPLv3
28 COMPONENT_LICENSE_FILE= COPYING
30 TEST_TARGET= $(NO_TESTS)
31 include $(WS_TOP)/make-rules/common.mk
33 PATH= $(PATH.gnu)
35 CFLAGS += -DANSICPP
37 CONFIGURE_OPTIONS += --sysconfdir=/$(ETCDIR)
38 CONFIGURE_OPTIONS += --disable-update-databases
40 CONFIGURE_ENV += PYTHON=$(PYTHON)
42 # Auto-generated dependencies
43 PYTHON_REQUIRED_PACKAGES += runtime/python
44 REQUIRED_PACKAGES += desktop/character-map/gucharmap
45 REQUIRED_PACKAGES += library/desktop/cairo
46 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
47 REQUIRED_PACKAGES += library/desktop/gtk3
48 REQUIRED_PACKAGES += library/desktop/pango
49 REQUIRED_PACKAGES += library/glib2
50 REQUIRED_PACKAGES += library/libxml2
51 REQUIRED_PACKAGES += library/spell-checking/enchant
52 REQUIRED_PACKAGES += system/library
53 REQUIRED_PACKAGES += system/library/math