Andreas Wacknitz
2024-03-21 4023050b7691f5932d1df68c4aa20ed41b704127
commit | author | age
4c1dae 1 #
AP 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 #
30b3ed 12 # Copyright 2016 Alexander Pyhalov
4c1dae 13 #
AP 14
2e0a61 15 BUILD_BITS= 64
30b3ed 16 include ../../../make-rules/shared-macros.mk
4c1dae 17
AP 18 COMPONENT_NAME=        bluefish
402305 19 COMPONENT_VERSION=    2.2.15
4c1dae 20 COMPONENT_SUMMARY=    Bluefish, a powerful editor for experienced web designers
861157 21 COMPONENT_PROJECT_URL=    https://bluefish.openoffice.nl/index.html
4c1dae 22 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
AP 23 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
402305 24 COMPONENT_ARCHIVE_HASH= sha256:6143e51c6b5579d596f3a9a85e0f0d8580c9f58f828575b119880e0ca1d941bc
861157 25 COMPONENT_ARCHIVE_URL=    https://www.bennewitz.com/bluefish/stable/source/$(COMPONENT_ARCHIVE)
AW 26 COMPONENT_FMRI=        web/editor/bluefish
27 COMPONENT_CLASSIFICATION=    Development/Editors
4c1dae 28 COMPONENT_LICENSE=    GPLv3
861157 29 COMPONENT_LICENSE_FILE=    COPYING
4c1dae 30
2e0a61 31 TEST_TARGET= $(NO_TESTS)
fbf217 32 include $(WS_TOP)/make-rules/common.mk
4c1dae 33
861157 34 PATH= $(PATH.gnu)
4c1dae 35
AP 36 CFLAGS += -DANSICPP
37
402305 38 CONFIGURE_OPTIONS += --sysconfdir=/$(ETCDIR)
861157 39 CONFIGURE_OPTIONS += --disable-update-databases
4c1dae 40
2e0a61 41 CONFIGURE_ENV += PYTHON=$(PYTHON)
4c1dae 42
fbf217 43 # Auto-generated dependencies
861157 44 PYTHON_REQUIRED_PACKAGES += runtime/python
30b3ed 45 REQUIRED_PACKAGES += desktop/character-map/gucharmap
AP 46 REQUIRED_PACKAGES += library/desktop/cairo
47 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
0265bf 48 REQUIRED_PACKAGES += library/desktop/gtk3
30b3ed 49 REQUIRED_PACKAGES += library/desktop/pango
AP 50 REQUIRED_PACKAGES += library/glib2
51 REQUIRED_PACKAGES += library/libxml2
52 REQUIRED_PACKAGES += library/spell-checking/enchant
53 REQUIRED_PACKAGES += system/library
54 REQUIRED_PACKAGES += system/library/math