Andreas Wacknitz
2024-03-21 4023050b7691f5932d1df68c4aa20ed41b704127
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2016 Alexander Pyhalov
#
 
BUILD_BITS= 64
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME=        bluefish
COMPONENT_VERSION=    2.2.15
COMPONENT_SUMMARY=    Bluefish, a powerful editor for experienced web designers
COMPONENT_PROJECT_URL=    https://bluefish.openoffice.nl/index.html
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH= sha256:6143e51c6b5579d596f3a9a85e0f0d8580c9f58f828575b119880e0ca1d941bc
COMPONENT_ARCHIVE_URL=    https://www.bennewitz.com/bluefish/stable/source/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=        web/editor/bluefish
COMPONENT_CLASSIFICATION=    Development/Editors
COMPONENT_LICENSE=    GPLv3
COMPONENT_LICENSE_FILE=    COPYING
 
TEST_TARGET= $(NO_TESTS)
include $(WS_TOP)/make-rules/common.mk
 
PATH= $(PATH.gnu)
 
CFLAGS += -DANSICPP
 
CONFIGURE_OPTIONS += --sysconfdir=/$(ETCDIR)
CONFIGURE_OPTIONS += --disable-update-databases
 
CONFIGURE_ENV += PYTHON=$(PYTHON)
 
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += runtime/python
REQUIRED_PACKAGES += desktop/character-map/gucharmap
REQUIRED_PACKAGES += library/desktop/cairo
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
REQUIRED_PACKAGES += library/desktop/gtk3
REQUIRED_PACKAGES += library/desktop/pango
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += library/libxml2
REQUIRED_PACKAGES += library/spell-checking/enchant
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += system/library/math